webcomics / pywine

Docker image for Wine with Python
MIT License
93 stars 26 forks source link

Latest commit broke pyinstaller compiled exe #58

Closed simracingstudio closed 5 months ago

simracingstudio commented 5 months ago

Hi,

I am using the 3.12 version, and the latest commit broke the pyinstaller, everytime I try to load my application I am getting the following error:

image

simracingstudio commented 5 months ago

I believe it was the python upgrade to 3.12.4

Is there a way I could force 3.12.3? I am using this docker image with gitlab ci

TobiX commented 5 months ago

I pushed an extra image with Python 3.12.3: docker.io/tobix/pywine:3.12.3 - please check if that helps (will probably delete this later if I find a fix)

TobiX commented 5 months ago

Are you sure this is a problem with my container? This sounds like a known PyInstaller issue (but should be fixed): https://github.com/pyinstaller/pyinstaller/issues/8554

simracingstudio commented 5 months ago

@TobiX I was able to fix it, by tweaking the pip dependencies of my application. I really appreciate the effort to spin up a separated version.

Closing now.