-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Description
Hello, when i run pyz file, course an error.
$ python python_exe_unpack.py -p out00-PYZ.pyz
[*] On Python 3.7
Traceback (most recent call last):
File "python_exe_unpack.py", line 381, in <module>
main()
File "python_exe_unpack.py", line 374, in main
magic_prepend.prepend(prepend_file)
File "python_exe_unpack.py", line 325, in prepend
(total, okay, failed, verify_failed) = PythonExectable.decompile_pyc(None, [edited_pyc.name], edited_py_name)
File "python_exe_unpack.py", line 85, in decompile_pyc
return uncompyle6.main.main(dir_decompiled, dir_decompiled, pyc_files, None, output_file)
File "D:\ProgramData\Anaconda3\lib\site-packages\uncompyle6\main.py", line 190, in main
for source_path in source_files:
TypeError: 'NoneType' object is not iterable
How can i solve it?
Natz-ft and ZM-J
Metadata
Metadata
Assignees
Labels
No labels