Re: [Pythonmac-SIG] Still hitting ImportError when trying to open app made with py2app

2005-10-14 Thread Terry Jones
Hi Dethe | The lack of a response is probably due to the general unfamiliarity with QT | on this list. Mostly Cocoa gets advocated for Mac use, although some folks | are using wx, Tkinter, or PyGame. Beyond that things start to get into | less travelled territory pretty quick, although there are

Re: [Pythonmac-SIG] Still hitting ImportError when trying to open app made with py2app

2005-10-14 Thread Terry Jones
| > I went back to the INSTALL file for Mac Qt, and noticed that they | > recommend | > | > ln -sf $QTDIR/lib/libqt.3.dylib /usr/lib | > ln -sf $QTDIR/lib/libqui.1.dylib /usr/lib | | That's bad! Don't do that, remove those links. /usr/local/lib would | be a lot better. That will not

Re: [Pythonmac-SIG] Still hitting ImportError when trying to open app made with py2app

2005-10-14 Thread Dethe Elza
Hi Terry, The lack of a response is probably due to the general unfamiliarity with QT on this list. Mostly Cocoa gets advocated for Mac use, although some folks are using wx, Tkinter, or PyGame. Beyond that things start to get into less travelled territory pretty quick, although there ar

Re: [Pythonmac-SIG] Still hitting ImportError when trying to open app made with py2app

2005-10-14 Thread Bob Ippolito
On Oct 14, 2005, at 11:03 AM, Terry Jones wrote: > Thanks a lot for your answer and pointer. > > | Last I checked, Qt wasn't ported correctly to OS X; it requires some > | extra crap to be set. As part of the Qt directions you're required > | to set DYLD_LIBRARY_PATH so that the linker and applic

Re: [Pythonmac-SIG] Still hitting ImportError when trying to open app made with py2app

2005-10-14 Thread Terry Jones
Hi Bob Thanks a lot for your answer and pointer. | Last I checked, Qt wasn't ported correctly to OS X; it requires some | extra crap to be set. As part of the Qt directions you're required | to set DYLD_LIBRARY_PATH so that the linker and applications can find | the Qt libraries. Make sur

Re: [Pythonmac-SIG] Still hitting ImportError when trying to open app made with py2app

2005-10-14 Thread Bob Ippolito
On Oct 14, 2005, at 4:03 AM, Terry Jones wrote: > I sent mail about a py2app problem I ran into on Sept 28. While I know > no-one has a right to expect answers or help, I was a little > surprised that > there were no suggestions or pointers at all about what might be going > wrong. Perhaps this

[Pythonmac-SIG] Still hitting ImportError when trying to open app made with py2app

2005-10-14 Thread Terry Jones
I sent mail about a py2app problem I ran into on Sept 28. While I know no-one has a right to expect answers or help, I was a little surprised that there were no suggestions or pointers at all about what might be going wrong. Perhaps this indicates that I (or my python config at least) have some kin