Re: [PyKDE] Interfacing PyQt to non-Qt python

2005-02-05 Thread Sebastian Kügler
On Saturday 05 February 2005 21:13, Jeremy Sanders wrote: > I'd like to allow non-PyQt python programs to access some of my > application's functionality. Probably dcop is an option: http://www.volny.cz/bwian/dcop.html http://developer.kde.org/documentation/library/kdeqt/dcop.html Python binding

[PyKDE] Interfacing PyQt to non-Qt python

2005-02-05 Thread Jeremy Sanders
Hi - I'd like to allow non-PyQt python programs to access some of my application's functionality. I'd like normal python code to send instructions to my PyQt window, which would then update. This would be mostly 1-way, so it would say something like "Show a graph with this data". The main prob