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
/D/p/c/p/t/EXE2PY-Decompiler [master]× » py37 pyinstxtractor.py "exe/.exe" -1- 20:16:17
pyinstxtractor.py:87: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
[>] Processing exe/.exe
[>] Pyinstaller version: 2.1+
[>] Python version: 309
[>] Length of package: 26502589 bytes
[>] Found 1017 files in CArchive
[>] Beginning extraction...please standby
Traceback (most recent call last):
File "pyinstxtractor.py", line 367, in
main()
File "pyinstxtractor.py", line 359, in main
arch.extractFiles()
File "pyinstxtractor.py", line 251, in extractFiles
if not os.path.exists(EXTRACTION_DIR):
File "/usr/lib/python3.7/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered:
EXE2PY-Decompiler/pyinstxtractor.py
Line 359 in 093d882
/D/p/c/p/t/EXE2PY-Decompiler [master]× » py37 pyinstxtractor.py "exe/.exe" -1- 20:16:17
pyinstxtractor.py:87: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
[>] Processing exe/.exe
[>] Pyinstaller version: 2.1+
[>] Python version: 309
[>] Length of package: 26502589 bytes
[>] Found 1017 files in CArchive
[>] Beginning extraction...please standby
Traceback (most recent call last):
File "pyinstxtractor.py", line 367, in
main()
File "pyinstxtractor.py", line 359, in main
arch.extractFiles()
File "pyinstxtractor.py", line 251, in extractFiles
if not os.path.exists(EXTRACTION_DIR):
File "/usr/lib/python3.7/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered: