[PyQt] QLibraryInfo and images

2009-10-01 Thread Scott Frankel
Hi, Can a qt.conf file be used to specify an images directory using the QLibraryInfo.LibraryLocation enum? I wonder if I'm barking up the right tree. My app displays images that have been compiled as resources (.png, .tif, or .jpg) without issue on Fedora and Windows. But it doesn't di

Re: [PyQt] QLibraryInfo and images

2009-10-02 Thread Scott Frankel
Solved. Turned out to be another case of dependent libs in the wrong location of my osx package build. On Oct 1, 2009, at 11:04 PM, Scott Frankel wrote: Hi, Can a qt.conf file be used to specify an images directory using the QLibraryInfo.LibraryLocation enum? I wonder if I'm barkin

Re: [PyQt] QLibraryInfo and images

2009-10-05 Thread David Boddie
On Thu, 1 Oct 2009 23:04:49 -0700, Scott Frankel wrote: > Can a qt.conf file be used to specify an images directory using the   > QLibraryInfo.LibraryLocation enum? Maybe you could use the Data entry for images: http://doc.trolltech.com/4.5/qt-conf.html > I wonder if I'm barking up the right

Re: [PyQt] QLibraryInfo and images

2009-10-13 Thread Scott Frankel
Hi David, Thanks for considering my question. On Oct 5, 2009, at 5:58 PM, David Boddie wrote: On Thu, 1 Oct 2009 23:04:49 -0700, Scott Frankel wrote: Can a qt.conf file be used to specify an images directory using the QLibraryInfo.LibraryLocation enum? Maybe you could use the Data entry

Re: [PyQt] QLibraryInfo and images

2009-10-13 Thread Hans-Peter Jansen
Am Dienstag 13 Oktober 2009 schrieb Scott Frankel: > Hi David, > > Thanks for considering my question. > > On Oct 5, 2009, at 5:58 PM, David Boddie wrote: > > On Thu, 1 Oct 2009 23:04:49 -0700, Scott Frankel wrote: > >> Can a qt.conf file be used to specify an images directory using the > >> QLibra

Re: [PyQt] QLibraryInfo and images

2009-10-13 Thread Scott Frankel
On Oct 13, 2009, at 1:35 PM, Hans-Peter Jansen wrote: Am Dienstag 13 Oktober 2009 schrieb Scott Frankel: Hi Scott, you might try the pyinstaller svn version. It did quite some progress lately. There might still some issues left with plugins, but they can be resolved easily. My mac proje