overmindstudios / BlenderUpdater

Small crossplatform Python 3 application to update Blender to the latest buildbot version
https://overmindstudios.github.io/BlenderUpdater/
GNU General Public License v3.0
136 stars 24 forks source link

I can't get it freezed #20

Closed benthillerkus closed 6 years ago

benthillerkus commented 6 years ago

Neither your version nor my fork... I just get this image

From screenshotting the pyinstaller window I can verify that the cause is that it can't find QT-stuff from Qt.py How did you install Qt.py?

benthillerkus commented 6 years ago

Okay, I got it working by removing Qt.py and just using PySide2 normally instead

tobkum commented 6 years ago

Hey @OgierM - thanks for the headsup anyways! I commited a fix (660b3fb) that checks if we are running from a frozen binary (then we import PySide2) or from a Python script (import Qt.py in that case).