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 CLSI
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 list
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 adding