Dear Experts: I want to program a COM server in Python where you can run it as its own application and work with it through its own UI, and you can also run an external script that connects to the running executable using (your language's equivalent of) VB's "GetObject" instead of "CreateObject". I've followed the examples for programming a COM server that works with "CreateObject", and that's just stunningly easy to do, but I haven't seen anything I recognize as an example of the "GetObject" style of server. I've searched the archives of this mailing list and read the ActivePython documentation to try to figure it out, but if the answer is there I've missed it. (Do I have to deal with Monikers and the RunningObjectTable myself? If so, exactly what are the arguments for the ROT's "Register" method?) Can anyone straighten me out? I'd be happy to buy someone's book, and even read it, if you could point me to the right one. Thanks, Greg Antal -- Gregory W. Antal Senior Technical Advisor ATA Engineering, Inc. 11995 El Camino Real, Suite 200 San Diego, CA 92130 www.ata-e.com greg.an...@ata-e.com 858-480-2072 (Phone) 858-792-8932 (Fax) |
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32