Re: [python-win32] DCOM - Client machine without Python installation

2011-11-02 Thread Matteo Boscolo
I think that you have to compile it with py2exe and install it on the client machine regards, Matteo Il 01/11/2011 16:22, m b ha scritto: Hello, I successfully created some COM objects and I am using them through Excel on a single machine. I would like to leave the code (and python) on a serv

[python-win32] DCOM - Client machine without Python installation

2011-11-01 Thread m b
Hello, I successfully created some COM objects and I am using them through Excel on a single machine. I would like to leave the code (and python) on a server machine, and run the code from Excel on some client machines with no Python installation. Is it possible? If yes, how can I register the CO