Re: convert pyc (python 2.4) to py

2009-11-03 Thread Furkan Kuru
There is an online service at http://www.depython.com converting pyc files to py. You can give it a try. It does not have file size limit. On Wed, Oct 21, 2009 at 8:58 PM, Chris Rebert wrote: > On Wed, Oct 21, 2009 at 11:35 AM, Peng Yu wrote: >> On Tue, Oct 20, 2009 at 4:42 PM, Diez B. Roggisch

Re: convert pyc (python 2.4) to py

2009-10-21 Thread Chris Rebert
On Wed, Oct 21, 2009 at 11:35 AM, Peng Yu wrote: > On Tue, Oct 20, 2009 at 4:42 PM, Diez B. Roggisch 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. >> >>

Re: convert pyc (python 2.4) to py

2009-10-21 Thread Peng Yu
On Tue, Oct 20, 2009 at 4:42 PM, Diez B. Roggisch 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 fre

Re: convert pyc (python 2.4) to py

2009-10-20 Thread Diez B. Roggisch
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/ Diez -- http://mail.python.org/mailman/listinfo/python-list