Results 1 to 7 of 7

Thread: Phonon in standalone app via py2app - backend plugin error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Re: Phonon in standalone app via py2app - backend plugin error

    FWIW, I got around the backend-plugin error with this fix, but I still had a threading error which prevented my application from actually playing audio. After much, much trying, I eventually learned that phonon's thread used a Qt object not registered with PyQt -- and definitively I could not access the object from python to register it!

    I eventually abandoned phonon, implemented everything I needed (asynchronous playback, seekSlider) using pyaudio and wave -- which are both built-in to python -- and deployed a working application.

    I spent five weeks trying to deploy a working python application with phonon, and I couldn't make it happen. If you succeed, God bless you -- you're a better developer than I!

  2. #2

    Default Re: Phonon in standalone app via py2app - backend plugin error

    Also FWIW, I had to recopy that Plugins directory (described in #5) after *every time* I ran py2app. Not a great workaround, I know...

Similar Threads

  1. nmake error during .pro compiling
    By mattia in forum Installation and Deployment
    Replies: 5
    Last Post: 18th June 2008, 10:15
  2. Compile 4.4.0
    By LordQt in forum Installation and Deployment
    Replies: 18
    Last Post: 29th May 2008, 13:43
  3. QPSQL driver in windows
    By brevleq in forum Installation and Deployment
    Replies: 31
    Last Post: 14th December 2007, 12:57
  4. Error compiling psql plugin
    By vieraci in forum Installation and Deployment
    Replies: 4
    Last Post: 7th October 2007, 02:49
  5. qt 4.2.2 install on aix
    By try to remember in forum Installation and Deployment
    Replies: 2
    Last Post: 28th March 2007, 12:19

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.