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

2016-03-26 Thread Hartmut Goebel
Am 25.03.2016 um 22:35 schrieb Andrea Mastrangelo: > 2-when i'm using PyQt, if i write the code for the gui (so not *.ui > file) the classical executable won't work, it crashes at the opening. > But if i enter in the fileName subdirectory and i doucleclick on the > fileName exec file it will open

[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