[PyKDE] Re: Qscintilla2 and Python2.5

Douglas Soares de Andrade dsandrade at gmail.com
Thu Sep 14 01:12:04 BST 2006


Em Quarta 13 Setembro 2006 17:55, Douglas Soares de Andrade escreveu:
> Em Quarta 13 Setembro 2006 14:44, Douglas Soares de Andrade escreveu:
> > 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 ~]$
>
> I forgot to mention that im using the latest snapshots.

Im in home and in this system it works. Sorry if i made you lost time, i will 
reinstall my workstation tomorrow.




More information about the PyQt mailing list