[PyKDE] Unresolved symbol in Gentoo
Jim Bublitz
jbublitz at nwinternet.com
Wed May 4 17:46:23 BST 2005
On Wednesday 04 May 2005 07:01, Norberto Bensa wrote:
> Hello list,
>
> I'm trying to install PyKDE (snapshot from 20050316) on Gentoo. It compiles
> but when I do:
> import kdeui
>
> I get an unresolved 'DockWindow.' I do not have the exact message since I'm
> at work and without access to my box at home, but I wanted to ask if
> someone have any experience with PyKDE and Gentoo.
>
> BTW, KDE is 3.4.
The PyKDE tarballs at riverbank don't support gcc >=3.4.0. KDE 3.4 doesn't
export some symbols, but the __attribute__ stuff that implements that is
ignored by gcc 3.3 and below.
The PyKDE version in kde-bindings package or KDE CVS will compile with later
gcc versions.
Jim
More information about the PyQt
mailing list