Am Dienstag, 28. Juli 2009 schrieb Daniel: > 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 would say, that Phonon is missing some lib, it depends on. The problem is a few floors below python.. Try to find out, which libs it could missing (gstreamer?). Does it work, when running from source. Pete --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
