Closed benthillerkus closed 6 years ago
Okay, I got it working by removing Qt.py and just using PySide2 normally instead
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).
Neither your version nor my fork... I just get this
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?