On mar, 2009-07-28 at 13:39 -0700, Daniel wrote: > I'm new to pyinstaller, so I hope I haven't missed some already > available information on these issues. > > I'm using Python 2.6 and a trunk checkout of pyinstaller, and am > trying to build a Windows executable for a PyQt application which uses > Phonon for video and audio playback. However, I get this error > message (when running in console mode): > > WARNING: bool __thiscall Phonon::FactoryPrivate::createBackend(void) > phonon backend plugin could not be loaded. > > I understand that Qt plugins are supposed to auto-load with trunk > since February or so. Is this still the case, or would this have > something to do with 2.6 issues? I would be grateful if anyone could > point me in the right direction on how to get this bundled in. > > (In addition, I have similar issues with image support, but I suspect > it is related so I won't describe the problem yet)
Hi Daniel, I've added phonon support in r697, and verified it works correctly under Linux. Please try again and let me know if it gets any better. Now, if you do a --onedir build, you should see the directory "qt4_plugins \phonon_backend" being packaged. (NOTE: Python 2.6 is not really fully supported by PyInstaller; you might find some additional troubles down the path). -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
