This application failed to start because it could not find or load the Qt platform plugin “windows”.
Available platform plugins are: minimal, offscreen, windows.
Reinstalling the application may fix this problem.
however, i checked QCoreApplication.libraryPaths() and i find that the qt5_plugins is in temp folder and program detect it ([u'C:\Users\Madoodia\AppData\Local\Temp_MEI175122\qt5_plugins'])
and i found that pyinstaller have qt5_plugins folder in temp, but not detect it in client system,even it can not detect that i set windows icon to window and don't show it. the dll file related to icon file is "qt5_plugins/imageformats/qico.dll".
app.setWindowIcon(QIcon('icon.ico'))
i really appriciate for any help.
This application failed to start because it could not find or load the Qt platform plugin “windows”.Available platform plugins are: minimal, offscreen, windows.
Reinstalling the application may fix this problem.
and i found that pyinstaller have qt5_plugins folder in temp, but not detect it in client system,
i really appriciate for any help.
Goebel Consult, Landshut
http://www.goebel-consult.de
Blog:
http://www.goebel-consult.de/blog/funktioniert-sprachausgabe-inzwischen-brauchbar
Kolumne:
http://www.cissp-gefluester.de/2010-11-it-sicherheit-im-unternehmen-eine-interne-oder-externe-angelegenheit
Goebel Consult ist Mitglied bei http://www.7-it.de/
what is this signature.asc file?and how should i use it?
Goebel Consult, Landshut
http://www.goebel-consult.de
this is related to my question about pyinstaller????
Goebel Consult, Landshut
http://www.goebel-consult.de
i find n error in building onefile:do you know it?
1016 WARNING: No such file C:\Python27\msvcp90.dll
1016 WARNING: Assembly incomplete
1017 ERROR: Assembly amd64_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
not found
Goebel Consult, Landshut
http://www.goebel-consult.de
i find the way and i post it on stackoverflow
have a look: http://stackoverflow.com/questions/23446124/solvedbundle-just-onefile
Goebel Consult, Landshut
http://www.goebel-consult.de
my answer.what is recipe in pyinstaller?