Mysterie / uncompyle2

uncompyle2
642 stars 148 forks source link

Can't get uncompyle2 to work on windows 8 #26

Open Morfskorf opened 9 years ago

Morfskorf commented 9 years ago

Uncompyle2 in scripts folder aint a .py file. and when i run 'uncompyle2 -h' i get

C:\Program Files (x86)\Console2>uncompile2 -h Traceback (most recent call last): File "C:\Python\Python27\Scripts\uncompile2.py", line 55, in from uncompyle2 import main File "C:\Python\Python27\Scripts\uncompyle2.py", line 55, in ImportError: cannot import name main

ive seen this problem on your github error page, but it was closed and marked as error 34 which inturn linked to error 37.

could i get som info on how to solve this?

Mysterie commented 9 years ago

Did you try: python2.7 ./scripts/uncompyle2 your/file.pyc

howmp commented 8 years ago

Just because command 'uncompyle2' name same with moudle uncompyle2. Rename it ,try again.