[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

[python-win32] DCOM

2007-05-25 Thread Francesco Guerrieri
Hello :-) I've got another newbie question. I'm trying to use DCOM. If I'm right, I have to register my application on both the client and the server, then set up the correct access/launch rights. It's easier said than done, though: in fact I continue getting runtime errors, namely 430

Re: [python-win32] DCOM

2007-05-25 Thread Mark Hammond
Hello :-) I've got another newbie question. I'm trying to use DCOM. If I'm right, I have to register my application on both the client and the server, then set up the correct access/launch rights. After you've registered the COM object on the remote machine, you also need to configure dcom

Re: [python-win32] DCOM

2007-05-25 Thread Francesco Guerrieri
hi Mark, actually I have used dcomcnfg to set the various accesses. Now I'm at loss, since I have looked at all the various tabs and settings available, and it seems that all refer to enabling DCOM (which I did) and granting access (which I think I did). But I will continue trying... I've googled

Re: [python-win32] DCOM

2007-05-25 Thread Thomas Heller
Francesco Guerrieri schrieb: hi Mark, actually I have used dcomcnfg to set the various accesses. Now I'm at loss, since I have looked at all the various tabs and settings available, and it seems that all refer to enabling DCOM (which I did) and granting access (which I think I did). But I