Re: python compile code object -- reverse how to

2006-07-19 Thread leo
Hi, all, i mean to convert 'c\000\000\000\000\001\000\000\000s\017\000\000\00 > 0\177\000\000\177\002\000d\000\000GHd\001\000S(\00 > 2\000\000\000s\005\000\000\000helloN(\000\000\000\ > 000(\000\000\000\000s\010\000\000\000

python compile code object -- reverse how to

2006-07-19 Thread leo
Hi, following is the python scripts: import marshal script = """ print 'hello' """ code = compile(script, "