COM server / COM client

Dan danbrwn at gmail.com
Mon Mar 27 10:38:28 EST 2006


Does the COM server created with python have to be compiled? I have the
need to integrate database access but, I can not have any proprietary
software. Meaning no compiled programs built by me. So, if python can
do com clients and servers without compiling, Im good. But I don't know
if that is possible. The ctypes example implies that it must be
compiled using py2exe. I know the clients don't have to be compiled.
What about the server?




More information about the Python-list mailing list