[PyInstaller] problem with executable made with pyinstaller containing PyQt gui

2016-03-26 Thread Andrea Mastrangelo
Hello, I'm a newbie of Pyinstaller and I have a big problem with my executable containing PyQt gui. In particular when i compile simple script (without gui) or script with a simple gui (downloaded) written in wxPython everything is ok. When i use PyQt the executable doesn't work (both *.exe

[PyInstaller] (newbie) error with pyinstaller when compiling PyQt gui script

2016-03-26 Thread Andrea Mastrangelo
Hello, I'm sorry for my (probably) stupid question, I've a problem when i try to compile some script with a PyQt gui using Pyinstaller. These are the result of my attempt: 1-when i compile simple script (with no gui) everything is ok, the same if i try with some simple example of wxPython