serfend / pydumpck

a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
https://pypi.org/project/pydumpck/
317 stars 35 forks source link

Upon starting up pydumpck this error occures #42

Open JoonyWoony opened 1 year ago

JoonyWoony commented 1 year ago
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Scripts\pydumpck.exe\__main__.py", line 4, in <module>
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\__init__.py", line 22, in <module>
    from pydumpck.pyinstaller_dump import run
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\pyinstaller_dump.py", line 4, in <module>
    from pydumpck.py_common_dump import CommonDump
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_common_dump\__init__.py", line 7, in <module>
    from ..py_package import PackageStruct, PackageDescription
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_package\__init__.py", line 1, in <module>
    from .package_description import PackageDescription
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_package\package_description\__init__.py", line 6, in <module>
    from PyInstaller.utils.cliutils.archive_viewer import get_archive, get_data, get_content, get_archive_content
ImportError: cannot import name 'get_archive' from 'PyInstaller.utils.cliutils.archive_viewer' (C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyInstaller\utils\cliutils\archive_viewer.py)

C:\Users\joonp\OneDrive\Desktop\python-exe-unpacker-master\python-exe-unpacker-master>refreshenv
'refreshenv' is not recognized as an internal or external command,
operable program or batch file.
JoonyWoony commented 1 year ago

says cannnot import name get_archive

serfend commented 1 year ago

same as #27