[python-win32] Python com server error

2009-12-30 Thread Sarah Abdel Razak
Hi all, I have a problem when registering a Python com server, I got a message box that says : Invalid command line argument. This programs provides LocalServer com support for Python COM objects. It is typically run automatically by COM, passing passing as arguments The ProgID or

[python-win32] using python com object implemented as Local Server from .NET

2009-07-09 Thread Sarah Abdel Razak
Hi all, I implemented a python com object and generated an exe for it . How can I use this exe to create an object for my server from .NET. I would appreciate your help. Thanks in advance. Regards -- Sarah Abdelrazak ___ python-win32 mailing

[python-win32] using registered python com server dll from .NET

2009-07-06 Thread Sarah Abdel Razak
Hi all, I implemented a python com server and generate an executable and dll using py2exe tool. then I used regsvr32.exe to register the dll.I got a message that the registration was successful. Then I tried to add reference to that dll in .NET. But I can not find my server on the com tab of