[python-win32] Parameterless propget in Python ActiveScript incomplete

2006-10-26 Thread Johan Lindvall
Hi, I believe a parameterless propget doesn't work as it should. Consider the following interfaces: interface IObject2: IDispatch { [id(1), propput] HRESULT AttValue ( [in] BSTR attr, [in] VARIANT newVal); [id(1), propget] HRESULT AttValue ( [in] BSTR attr, [out, retval] VARIANT *pVal

[python-win32] _winreg.SaveKey question

2006-10-26 Thread Rodney McBride
I am getting an access denied error when calling _winreg.SaveKey and I believe that the error is being caused by not having the SeBackupPrivilege set when calling the _winreg.SaveKey method for a remote host (I am attempting to export a registry key from a remote host to a file for backup purposes)

Re: [python-win32] Waiting for Wireless

2006-10-26 Thread Schollnick, Benjamin
Never mind... I found the note in the AdapterInfo.py code... It's the name in the Network control panel... This is quite interesting, and helpful... Anything else you'd like to share? - Benjamin ___ Python-win32 mailing list Python-wi

Re: [python-win32] Waiting for Wireless

2006-10-26 Thread Schollnick, Benjamin
Tom, > I have a module lying around that does this. Should work on 2k and XP, at least. > You call it with the 'friendly name' of the network adaper, and it displays the ip > address and network mask (IIRC). Should be easy to adapt to our needs, and more. Silly question... What is the friendl

[python-win32] _winreg.SaveKey question

2006-10-26 Thread Roger Upole
Rodney McBride wrote: >I am getting an access denied error when calling _winreg.SaveKey and I > believe that the error is being caused by not having the SeBackupPrivilege > set when calling the _winreg.SaveKey method for a remote host (I am > attempting to export a registry key from a remote host t

Re: [python-win32] Waiting for Wireless

2006-10-26 Thread Thomas Heller
Schollnick, Benjamin schrieb: > Tom, > >> I have a module lying around that does this. Should work on 2k and >> > XP, at least. >> You call it with the 'friendly name' of the network adaper, and it > displays the ip >> address and network mask (IIRC). Should be easy to adapt to our > needs, and