[Pythonmac-SIG] PyQt 3.8.1 on MacOS X 10.1 hobbles

Jack Jansen Jack.Jansen at cwi.nl
Mon Nov 10 07:35:50 EST 2003


Markus,
first try Bob's suggestions (build qt with thread support, and link 
statically against the
qt stuff). If you still have the problem then: your working example 
tried
	>>> import qtui
	>>> import qt
and your non-working example
	>>> from qt import *
Could you try the other two combinations too? I.e.
	>>> import qtui
	>>> from qt import *
and
	>>> import qt

That's just to localize it, maybe it has something to do with the 
"import *"
in stead of the load order.
--
Jack Jansen        <Jack.Jansen at cwi.nl>        http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma 
Goldman




More information about the Pythonmac-SIG mailing list