[python-win32] Windows Service: Not Starting at Boot

2013-04-08 Thread Stan
Background: I have a small application that I have developed as a Windows Service that is built with the following major libraries: Python 2.6.7 Win32 217 py2exe 0.6.9 (Also WMI, SQLAlchemy, anyjson, psycopg2, etc) The application is designed as a class that extends threading.Thread. The class

Re: [python-win32] Remote ado: should I use PyRO or DCOM?

2013-04-08 Thread Randy Syring
I'm not 100% sure what you are trying to do, but I'm wondering if there are better ways to connect to MSSQL from Linux: http://www.microsoft.com/en-us/download/details.aspx?id=28160 (+ pyodbc) pymssql (use HG tip or the very latest release, th