Douglas Soares de Andrade <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] 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:
> 
> [EMAIL PROTECTED] PyQt-x11-gpl-snapshot-20051218]$ c++filt
> _ZN7QLayout8iteratorEv
> QLayout::iterator()
> [EMAIL PROTECTED] 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

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to