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
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/uncompyle2/init.py", line 203, in main
uncompyle_file(infile, outstream, showasm, showast)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/uncompyle2/init.py", line 135, in uncompyle_file
version, co = _load_module(filename)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/uncompyle2/init.py", line 71, in _load_module
raise ImportError, "Unknown magic number %s in %s" % (ord(magic[0])+256*ord(magic[1]), filename)
ImportError: Unknown magic number 62161 in routers2.pyc
Thanks rocky, I found that too. I don't know why this error occurs. Am I using this wrong? Have you tested to decompile a file with this magic number? Does it work?
Can't uncompyle routers2.pyc
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/uncompyle2/init.py", line 203, in main
uncompyle_file(infile, outstream, showasm, showast)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/uncompyle2/init.py", line 135, in uncompyle_file
version, co = _load_module(filename)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/uncompyle2/init.py", line 71, in _load_module
raise ImportError, "Unknown magic number %s in %s" % (ord(magic[0])+256*ord(magic[1]), filename)
ImportError: Unknown magic number 62161 in routers2.pyc
decompiled 0 files: 0 okay, 1 failed, 0 verify failed
The text was updated successfully, but these errors were encountered: