I know this may be a bit premature but ...

I recently tried to build PyQt4 on MacOSX 10.4.5 and I get
an ImportError incorrect format for dynamic loading.
I think this is because  Qt 4.1.2 and PyQt4 get built with dylib's
instead of bundles.  Based on the message below it appears
I should build qt4 with -no-framework --

Is this true, or am I doing something else wrong. Or, should
I just sit tight

thanks

M


On Mar 14, 2006, at 3:44 AM, Phil Thompson wrote:

On Tuesday 07 February 2006 1:00 pm, Tobias Rundström wrote:
Hello,

I have just got PyQT4 to work on MacOSX tiger. It was required to
compile qt4 with -no-framework, then I had no problems with it.

It should now build with both framework and no-framework configurations.

But, it seems like QTimers doesn't work well on macosx? When I try to
use a QTimer i get this assertion:

vm-win98-01:/Data/xmms2/kjell tru$ pythonw test_timer.py
QTimer can only be used with a valid thread

I included a small test program, it works fine under Linux and in C++
but not in PyQT on MacOSX. I have been executing the programs with
"pythonw".

This works fine for me with current snapshots and Qt 4.1.1.

Phil

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to