xqemu / xqemu-manager

Simple graphical user interface to manage XQEMU
http://xqemu.com
GNU General Public License v2.0
34 stars 10 forks source link

Cannot open the application #21

Closed ekardon closed 6 years ago

ekardon commented 6 years ago

Hi, I am on Win 10 device and unable to run your application, as it exits with "Failed to execute script main". I am using your latest AppVayor pre-build. What I got on the command line is:

ModuleNotFoundError: No module named 'PyQt5.sip'

I have PyQt5 and sip installed and latest. I didn't look at your code or recompiled but for the time being it doesn't work.

mborgerson commented 6 years ago

Thank you for reporting this! Apparently it is a known issue with PyInstaller. We will need to change the distribution settings to force include PyQt5.sip to resolve this.

thrimbor commented 6 years ago

Just tried reproducing the issue in a Windows 10 VM. It seems the only affected builds were the ones for the "ui: Force SDL display mode" commits. Everything newer or older seems to work fine (they also differ in size). Since the PyInstaller bug is marked fixed and the builds aren't affected anymore, I suggest to close the issue.

JayFoxRox commented 6 years ago

Will do. If everyone encounters this issue again, they can report here and we'll re-open it.

Closed.