Re: [python-win32] creating a long-running Python COM server

2006-09-15 Thread David Goodger
On 9/14/06, Mark Hammond <[EMAIL PROTECTED]> wrote: Basically, you must: * Arrange for your process to be started * In your process, create a COM server object - ie, create an object with the _public_methods_ etc attributes, then use win32com.server.wrap to wrap it * Call pythoncom.RegisterActive

Re: [python-win32] Change BIOS Settings - Enable WOL

2006-09-15 Thread Tim Golden
[Feiock, Dennis] | I was wondering if there is a way for Python to access the | WOL bios settings on a Win32 system and enable it. Either by | directly accessing the information, or using WMI/etc. to | process the change. It's not looking likely with WMI. The Win32_BIOS class offers only a do

[python-win32] Change BIOS Settings - Enable WOL

2006-09-15 Thread Feiock, Dennis
I was wondering if there is a way for Python to access the WOL bios settings on a Win32 system and enable it.  Either by directly accessing the information, or using WMI/etc. to process the change.   Previously, I thought that direct BIOS access in Windows NT+ could not be done.  However,