[PyKDE] Qscintilla2 and Python2.5

Douglas Soares de Andrade dsa at unilestemg.br
Wed Sep 13 18:44:29 BST 2006


Hi,

I know python2.5 is not released yet, but im trying to use qscintilla2 with it 
(python2.5 rc2) and it compile well, but give me this error when importing 
the module.

[douglas at ressurrection ~]$ python
Python 2.5c2 (r25c2:51859, Sep 13 2006, 10:17:20)
[GCC 4.1.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt4.Qsci
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.5/site-packages/PyQt4/Qsci.so: undefined symbol: 
_ZN9QsciMacro11qt_metacastEPKc
>>>

[douglas at ressurrection ~]$ c++filt _ZN9QsciMacro11qt_metacastEPKc
QsciMacro::qt_metacast(char const*)
[douglas at ressurrection ~]$

TIA

-- 
Douglas Soares de Andrade
msn: douglas at tuxfamily.org
jabber: dsandrade at jabber.org
Quote: Real programmers don't die, they just GoSub and Return.




More information about the PyQt mailing list