RE: How to start/stop/check a service

2001-06-26 Thread Mark Hammond
Title: AW: How to start/stop/check a service win32serviceutil.HandleCommandLine() is a helper function used for services implemented in Python, and to use used as an aid during development of the servicei.  As such, it only supports the current machine.   However, all this functionali

AW: How to start/stop/check a service

2001-06-26 Thread Peter . Frey
Title: AW: How to start/stop/check a service Hi, I successfully used your script to start/stop/restart a Cold Fusion Server service on an NT4 machine. Especially the restart feature is nice as it is not available in the NT4 service manager. But, I would like to start/stop the s

RE: debugging wxPython programs

2001-06-26 Thread Barry Scott
I'm going to guess that you are seeing wxPython bugs. Maybe you are hitting the problem that wxPython can only be used from the thread that you original imported wxPython on. If that thread dies you will see crashes. BArry > -Original Message- > From: [EMAIL PROTECTED] >

problem using ODBC cursor.description with sql View?

2001-06-26 Thread Bill Seitz
I'm writing ASP page that uses a generic ODBC driver to query MsSql2K. Have some generic code that grabs both an array of the resultSet, plus an array of fieldNames (cursor Description). When I run this code against a view (which just does a pretty simple join: have queried the view fine in

RE: How do I call another .py script?

2001-06-26 Thread Patrick K. O'Brien
You should look at using the unittest module for testing - http://www.python.org/doc/current/lib/module-unittest.html. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robin Siebler Sent: Monday, J