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
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