[PyKDE] Problems with PyQt snapshot 20051218

Phil Thompson phil at riverbankcomputing.co.uk
Mon Dec 19 17:44:36 GMT 2005


On Monday 19 December 2005 1:57 pm, Giovanni Bajo wrote:
> 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

The change will be backed out of tonight's snapshot.

Phil




More information about the PyQt mailing list