i find the way and i post it on stackoverflow
have a look: 
http://stackoverflow.com/questions/23446124/solvedbundle-just-onefile

On Monday, April 28, 2014 2:48:44 PM UTC+4:30, Mahmoodreza Aarabi wrote:
>
> i create my exe file (in windows8 x64) and it works fine. but problem is 
> that when i run my exe file in client system (or a clean VM - that just 
> install vcredist_x64) it does not work and give me this error: 
>
> 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.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to