Thorsten Kampe píše v Po 16. 05. 2011 v 19:21 +0200: > I just ported a small application (less than ninety lines) to PySide > and > I was not able to get in running via PyInstaller, neither on Linux > nor > on Windows. > > The first problem appears when you have PyQt and PySide on the same > machine. The traceback is essentiallly the same on Windows and Linux:
PySide is not yet supported out of the box. http://www.pyinstaller.org/ticket/299 However, the pyinstaller hooks for pyside should be very similar to pyqt and it should not be too hard to do implement support for that. We would welcome patches for pyside support out of the box. Look at the pyqt import hooks in svn in ./PyInstaller/hooks/hook-PyQt4* and at the runtime pyqt hook in files ./rthooks.dat and ./support/rthooks/pyi_rth_qt4plugins.py It will be necessary to create similar files for pyside. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to pyinstaller@googlegroups.com. To unsubscribe from this group, send email to pyinstaller+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.