From: Andy D. <ada...@sm...> - 2006-03-27 15:56:22
|
I am using PyQt4-snapshot* against a from-source python-2.4.2 on OS X. Check that your DYNLOADFILE isn't defaulting to something like dyn_next.o. You can see configure report the use of dyn_next, so it's easy to test early in the build process. I hacked around this and promptly forgot my solution, but I was later able to provide the hint to a coworker and he now reports that you'll need to do a DYNLOADFILE=dyn_shlib.o ./configure --enable-framework --enable- toolbox-glue --enable-shared ... Thanks to Phil and the group for the software and support, On Mar 27, 2006, at 2:58 AM, Patrick Stinson wrote: > After hours of frustrating madness, I've finally realized that you > can't use pyqt4 with MacPython-2.4.1 or python-2.4.2 from source. > Everything works fine with the MacPython-2.3.5 installed with > tiger, as long as qt is configured with -no-framework. > > Is there some dynamic library config option on python-2.4.2 that > will fix this? > > .and to think all that was because unittest.TestCase.assertTrue > doesn't exist in 2.3. geeze... |