Re: [PyKDE] First Python QT app queries

2006-07-19 Thread Dave S
I guess you start it from a command line? Why not use eric's built in support for starting your script? Eric cannot run more than one process at any one time. My script uses a daemon a GUI front end so I have to execute it from the command line. If you './dlg_livedata.py' you get a wierd

[PyKDE] First Python QT app queries

2006-07-18 Thread Dave S
Hi all, This is my first attempt at combining Python QT - Thanks to eric its relatively painless :) but I have a couple of queries. (1) When I execute my dialogue script I have to 'python dlg_livedata.py', If I ... './dlg_livedata.py' as I normally do I get a wierd X cursor. What is