Skip to content
New issue

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

Update Windows build process #24

Open
bitsgalore opened this issue Apr 7, 2022 · 2 comments
Open

Update Windows build process #24

bitsgalore opened this issue Apr 7, 2022 · 2 comments

Comments

@bitsgalore
Copy link
Member

Adapt Docker based jpylyzer scripts?

@bitsgalore
Copy link
Member Author

@bitsgalore
Copy link
Member Author

bitsgalore commented Apr 13, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant