convert pyc (python 2.4) to py

Chris Rebert clp2 at rebertia.com
Wed Oct 21 14:58:06 EDT 2009


On Wed, Oct 21, 2009 at 11:35 AM, Peng Yu <pengyu.ut at gmail.com> wrote:
> On Tue, Oct 20, 2009 at 4:42 PM, Diez B. Roggisch <deets at nospam.web.de> 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



More information about the Python-list mailing list