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 indicates that I (or my python config at least) > have > some kind of odd problem? > > My original post is at > http://aspn.activestate.com/ASPN/Mail/Message/pythonmac-sig/2835476 > in case anyone feels like having a look.
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 sure that DYLD_LIBRARY_PATH (or whatever they recommend) set before you run py2app, or else it won't find those dylibs. -bob _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig