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 -- http://mail.python.org/mailman/listinfo/python-list