Hello!
Project: http://unpyc.googlecode.com/svn/trunk/
For resolve problem You must:
1. modify file setup.py
replace
ext_modules = [Extension('unpyc/marshal_20',
['unpyc/'],
define_macros=[]),
Extension(
On Jun 12, 4:55 pm, higer wrote:
> Maybe everyone know that decompyle(hosted on SourceForge.net) is a
> tool to transfer a .pyc file to .py file and now it does only support
> Python 2.3 or the below. I have found a project named unpyc which can
> support Python version 2.5. Unpyc project is build
Maybe everyone know that decompyle(hosted on SourceForge.net) is a
tool to transfer a .pyc file to .py file and now it does only support
Python 2.3 or the below. I have found a project named unpyc which can
support Python version 2.5. Unpyc project is build on decompyle which
is hosted on google co