Error : Unsupported pyinstaller version or not a pyinstaller archive #12
Unanswered
andreyrisukhin
asked this question in
Q&A
Replies: 1 comment
-
Pyinstxtractor doesn't require PyInstaller to be installed or present on the system path. It's completely standalone and requires just Python. These may be applicable -> #9 and https://github.com/extremecoders-re/pyinstxtractor/wiki/Frequently-Asked-Questions#how-to-extract-digitally-signed-exes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using this script, I am getting the message
Error : Unsupported pyinstaller version or not a pyinstaller archive
, even though I have installed PyInstaller. Is there a specific place PyInstaller should be, or a path variable I should modify? Thank you!EDIT: I ran one of the test files, and it worked. This makes me wonder whether my .exe file was not compiled in PyInstaller. Is this what "...not a pyinstaller archive" means?
Beta Was this translation helpful? Give feedback.
All reactions