Hi nicolas,

PySide is not officially supported yet. Two users forked pyinstaller on
github to work on pyside support. For details see

http://www.pyinstaller.org/ticket/498

nio píše v Út 20. 03. 2012 v 09:54 -0700:
> Hello,
> 
> Thanks for your answer, but I don't understand at which level a Qt
> plugin would be missing ?
> Where and how should I include a Qt plugin ? Is it inside my python
> script ?
> Or should I explicitely declare a given Qt plugin to PyInstaller if it
> didn't detect it as a dependancy ?
> 
> My script is using basic functions involving icon files like:
> self.setWindowIcon(QtGui.QIcon('calendar.ico'))
> or
> refreshAction = QtGui.QAction(QtGui.QIcon('refresh_icon.ico'),
> 'Refresh', self)
> 
> I can use png or another format, but I undestand that the problem will
> be the same.
> 
> I've tried to include all Qt .dll files inside my generated
> executable's directory but it didn't help...
> 
> Thanks for your help.
> 
> Nicolas. 

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to