EXE2PY-Decompiler icon indicating copy to clipboard operation
EXE2PY-Decompiler copied to clipboard

Results 5 EXE2PY-Decompiler issues
Sort by recently updated
recently updated
newest added

Python 3.8.6rc1 скрипт не стартует, появляется ошибка: ```css .\EXE2PY-Decompiler>Decompiler.py Traceback (most recent call last): File ".\EXE2PY-Decompiler\Decompiler.py", line 35, in from uncompyle6.bin import uncompile File "C:\python3\lib\site-packages\uncompyle6\__init__.py", line 53, in import uncompyle6.semantics.pysource...

https://github.com/LookiMan/EXE2PY-Decompiler/blob/093d8820da3843d2d99b603f7080d15b6af398c6/pyinstxtractor.py#L359 /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 [>]...

Traceback (most recent call last): File "D:\EXE2PY-Decompiler-master\main.py", line 478, in main() File "D:\EXE2PY-Decompiler-master\main.py", line 457, in main widget = MainWindow(start_decompile) File "D:\EXE2PY-Decompiler-master\ui.py", line 323, in __init__ self._customize_window() File "D:\EXE2PY-Decompiler-master\ui.py", line...

I got this error using python 3.7 and after using python -m pip install -r requirements.txt command: ERROR: Ignored the following versions that require a different python version: 6.0.0 Requires-Python...