PyKDE

Henrik Motakef henrik.motakef at web.de
Mon Feb 18 14:35:17 EST 2002


Mik Mifflin <dogansmoobs at NOSPAM.prexar.com> writes:

> I'm trying to learn Qt programming and decided to use my new favorite 
> language (Python, of course).  I'm using SuSE 7.3, and there is an rpm 
> called PyQt installed, but it looks like I need PyKDE as well?  This is the 
> program that I'm trying to run, and the error messages it gives:
> 
> !/usr/bin/python
> from qt import *
> from kdecore import *
> from kdeui import *

Well, when you want to use kdecore and kdeui, it seems to be a good
idea to have PyKDE installed :)

> If I do need PyKDE, does anyone know of an rpm that will work with SuSE?  
> Or am I just better off installing from source?

The current PyKDE is in alpha stage (the previous release only deals
with KDE1). You can download it from
http://www.thekompany.com/projects/pykde, but have to compile it yourself.

If you don't want to do this, PyQt is still fine do to GUI programming
- just have a look at the Qt documentation (will surely be installed
with the Qt-Devel-package) to see what's available. Generally,
everything starting with a Q is, while everything starting with a K
isn't.

hth
Henrik



More information about the Python-list mailing list