[PyKDE] Problems with PyQt snapshot 20051218

Giovanni Bajo rasky at develer.com
Mon Dec 19 13:57:58 GMT 2005


Douglas Soares de Andrade <dsandrade at gmail.com> wrote:

> [douglas at suporte2 PyQt-x11-gpl-snapshot-20051218]$ python
> Python 2.4.2 (#1, Sep 30 2005, 17:52:28)
> [GCC 4.0.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> from qt import *
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: /usr/lib/python2.4/site-packages/qt.so: undefined symbol:
> _ZN7QLayout8iteratorEv
>>>> 
> 
> With c++filt i have this:
> 
> [douglas at suporte2 PyQt-x11-gpl-snapshot-20051218]$ c++filt
> _ZN7QLayout8iteratorEv
> QLayout::iterator()
> [douglas at suporte2 PyQt-x11-gpl-snapshot-20051218]$
> 
> Any ideas ?

Looks related to this:
http://mats.imk.fraunhofer.de/pipermail/pykde/2005-December/011702.html

My local fix is here:
http://mats.imk.fraunhofer.de/pipermail/pykde/2005-December/011705.html
-- 
Giovanni Bajo




More information about the PyQt mailing list