On Wed, Oct 21, 2009 at 11:35 AM, Peng Yu <[email protected]> wrote: > On Tue, Oct 20, 2009 at 4:42 PM, Diez B. Roggisch <[email protected]> wrote: >> Peng Yu schrieb: >>> >>> I have a .pyc file generated by python 2.4. My current python is of >>> version 2.6. I'm wondering how to generate the corresponding .py file >>> from it. >> >> http://www.crazy-compilers.com/decompyle/ > > Is there any free one?
There's an older version of the software at: http://sourceforge.net/projects/decompyle/ but it's not maintained like the service (just see the last-modified date on it) and you'll have to figure out how to use it by yourself. Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list
