pyqt

Giovanni Bajo noway at sorry.com
Sat Dec 10 03:43:12 EST 2005


Kuljo wrote:

> - Can I execute bash commands in a python script (e.g. ls -l or grep)?

Yes, for instance with os.system or os.popen. It won't be portable though.

> - In the QT Designer there are also KDE-widgets but I'm not sucseeded
> to get them work in pyqt (it says:  "self.kProgress1 =
> KProgress(self,"kProgress1") NameError: global name 'KProgress' is not
> defined").
> Are the not implemented there or I should install some additional
> software?

PyKDE.
-- 
Giovanni Bajo





More information about the Python-list mailing list