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 the terminal and then the application
> runs. (in the image attached you can see the file that doesn't work
> (red rect) and the one who does (green rect))

This looks like some file is missing, e.g. some DLL. Plese have a look
at https://github.com/pyinstaller/pyinstaller/wiki/If-Things-Go-Wrong
for tips.

>
> 3-using an external *.ui file for gui it doesn't work if i click on
> app file and if i click on the other exec file (like before) i had an
> error: 'computer' can't find gui file.

This looks like some data-file is missing. Please have a look at
http://pythonhosted.org/PyInstaller/#adding-files-to-the-bundle

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog:
http://www.goebel-consult.de/blog/bestanden-iso-27001-lead-implementer
Kolumne: http://www.cissp-gefluester.de/2010-01-hinterturen-allen-ortes

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to