Re: [python-win32] odbc version

2009-12-30 Thread Robin Becker
On 29/12/2009 14:34, Vernon Cole wrote: Robin: A quick reminder -- odbc (in pywin32) is db api version 1.0 compliant. adodbapi is db api version 2.0 compliant, and uses odbc DSN connections by default if you use a simple connection string. Select your db module by deciding what level of

[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

Re: [python-win32] Python com server error

2009-12-30 Thread Tim Roberts
Sarah Abdel Razak wrote: 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

Re: [python-win32] Python com server error

2009-12-30 Thread Tim Roberts
Sarah Abdel Razak wrote: I have a batch file that has the following line Server.py --regitser and the command worked on other machines and it is on the same location as the server file . and when I run the file from the Pythonwin IDE and give it --regitser as an argument it hangs. I

Re: [python-win32] Python com server error

2009-12-30 Thread Tim Roberts
Sarah Abdel Razak wrote: 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