Re: [Pythonmac-SIG] py2app and qt jpeg plugin

2007-09-20 Thread Ronald Oussoren
On 20 Sep, 2007, at 2:22, Boyd Waters wrote: > Qt4 has an extra directory of image plugins that you need. > > These are in ${PREFIX}/lib/qt4-mac > > I have to put these inside my application bundle and then use > install_name_tool to change the library dependency paths. > > I can send more-spec

Re: [Pythonmac-SIG] py2app and qt jpeg plugin

2007-09-19 Thread Emanuele Santos
Thanks Ronald and Boyd, This is how I finally fixed the problem: Put an empty qt.conf inside the bundle's resources folder. Copy the contents of qt's plugins directory to the bundle's MacOS folder use install_name_tool on the libraries inside the plugins directory. After that it found the plugins

Re: [Pythonmac-SIG] py2app and qt jpeg plugin

2007-09-19 Thread Boyd Waters
Qt4 has an extra directory of image plugins that you need. These are in ${PREFIX}/lib/qt4-mac I have to put these inside my application bundle and then use install_name_tool to change the library dependency paths. I can send more-specific instructions once I get my application working. - boyd

Re: [Pythonmac-SIG] py2app and qt jpeg plugin

2007-09-19 Thread Ronald Oussoren
On 19 Sep, 2007, at 7:14, Emanuele Santos wrote: > Hi, > > I am having problems to show jpeg images on my bundled application > using pyqt4. > I know that the problem is with the qt plugins. How does py2app > handle them? Because if try to run from my source tree it works fine. Py2app doesn't ha

[Pythonmac-SIG] py2app and qt jpeg plugin

2007-09-18 Thread Emanuele Santos
Hi, I am having problems to show jpeg images on my bundled application using pyqt4. I know that the problem is with the qt plugins. How does py2app handle them? Because if try to run from my source tree it works fine. Thanks, -- Emanuele. ___ Py