You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: