We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt Docker based jpylyzer scripts?
The text was updated successfully, but these errors were encountered:
Embeddable Python packages still work under Wine:
https://www.python.org/downloads/release/python-3104/
As for making pip work with these, see:
https://stackoverflow.com/questions/68958635/python-windows-embeddable-package-fails-to-run-no-module-named-pip-the-system
Sorry, something went wrong.
Abandoned Wine-based approach after trouble installing PyInstaller, and used Jpylyzer's Docker script instead:
e7d78fa
This seems to work, but I don't really understand how/why!
EDIT - I think it uses this:
https://github.com/cdrx/docker-pyinstaller
Under Wine the binaries result in an error if output is redirected to a file:
wine /home/johan/.wine/drive_c/isolyzer/isolyzer 10MB-CD-DVD.iso > test.xml
Result:
Fatal Python error: init_sys_streams: can't initialize sys standard streams OSError: [WinError 6] Invalid handle Current thread 0x0000002b (most recent call first): abnormal program termination
I suspect this is a Wine issue, see: https://forum.winehq.org/viewtopic.php?t=33992
No branches or pull requests
Adapt Docker based jpylyzer scripts?
The text was updated successfully, but these errors were encountered: