[PyKDE] potentially bad interactions with re module
greg landrum
greglandrum at mindspring.com
Thu Mar 21 18:44:12 GMT 2002
Hrm... It's actually worse/better than my previous message implied:
----------------------------------------------------
Python 2.1.2c1 (#6, Jan 17 2002, 14:22:45)
[GCC 3.0.3] on linux2
Type "copyright", "credits" or "license" for more information.
>>> from qt import *
>>> from qtcanvas import *
>>> c=QCanvas()
Segmentation fault (core dumped)
----------------------------------------------------
----------------------------------------------------
Python 2.1.2c1 (#6, Jan 17 2002, 14:22:45)
[GCC 3.0.3] on linux2
Type "copyright", "credits" or "license" for more information.
>>> from qtcanvas import *
>>> from qt import *
>>> c=QCanvas()
>>>
----------------------------------------------------
This is beginning to make me think my PyQt build is completely screwed
up, despite the fact that I built it according to the instructions.
Any ideas?
-greg
More information about the PyQt
mailing list