[PyKDE] Undefined Symbol in libqtextcmodule.so

WELCH,DONALD J (HP-Vancouver,ex1) donald_welch at am.exch.hp.com
Tue Apr 22 17:34:01 BST 2003


I realize that this was discussed before, but I do not understand how to
resolve it from that thread. (Apparantly the original poster was not able to
fix the problem either). 
After compiling SIP, PyQT, and QScintilla without error:
 
Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import qtext
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.2/site-packages/qtext.py", line 29, in ?
    import libqtextc
ImportError: /usr/lib/python2.2/site-packages/libqtextcmodule.so: undefined
symbol: _ZNK18QextScintillaMacro9classNameEv

Here is the relevant info:

PyQt snapshot 4/18
QScintilla snapshot 4/18
SIP snapshot 4/16
Eric snapshot 4/13
Qt 3.1.1-6
RH 9 (no updates)
Python 2.2.2-26
Python devel 2.2.2-26


I'm sure this is some sort of version mismatch amongst the various modules I
have installed. Any ideas?  

/Don/




More information about the PyQt mailing list