[PyKDE] PyKDE error ??

Jim Bublitz jbublitz at nwinternet.com
Thu Mar 1 17:00:15 GMT 2007


On Thursday 01 March 2007 03:24, James B. wrote:
> Hi All,
>
> I have been trying to install PyKDE in my
> system(having KDE-3.5.6). From the Riverbank site I
> have downloaded and installed sip-4.5.2.tar.gz and
> PyQt-x11-gpl-3.17.tar.gz (PyQt-x11-gpl-4.1.1.tar.gz
> did not work, gave me qmake error). and after that
> PyKDE-3.16.0.tar.gz.
> but when I ran
> from from kdeui import KTMainWindow
>
> then I got importError for KTMainWindow.
>
> but from kdecore import *
> from kdeui import *
> are working fine.
>
> Can anyone please guide me through this?

There is no KTMainWindow in KDE3 as far as I can tell - at least not in 
kdelibs. Use KMainWindow.

Jim




More information about the PyQt mailing list