[?] Python re-compiling a py back to pyc
Posted: 2012-08-31 12:45
Hey all. i made a modification on some values of variables in a pyc that i decompiled. i changes some values only not variables. now i'm more a C language guy and i don't get the way python works to include the stdin like host bf2 math and random
import host
import bf2
import math
import random
these are at the top of the py file and when i try to recompile i get error line 1 no such file as host...
where are those files so i can recompile... i saw host and random in python /lib but just a test math and surely no bf2
any lead would be appreciated
import host
import bf2
import math
import random
these are at the top of the py file and when i try to recompile i get error line 1 no such file as host...
where are those files so i can recompile... i saw host and random in python /lib but just a test math and surely no bf2
any lead would be appreciated