Re: [python-win32] Fetching Battery Monitor Data

2011-01-18 Thread Roger Upole
"FT" wrote in message news:2B602B53D89E450ABF2B9DA00081CE1B@1B1B1L1... > > Hi Mark, > >I could not find using Google any information on how to get the Laptop > Battery Level information so I could have my Screen Reader Or voices from > Sapi to talk the information. >So, I would need th

[python-win32] win32com error when importing numpy

2011-01-18 Thread Mauro
I get an error (below) when trying to use a python code including numpy. Is win32 somehow incompatible with numpy? I would appreciate any information you can provide regarding this issue. I only get the error if I import any function from numpy! Minimal example: import win32com.server.register

Re: [python-win32] About COM

2011-01-18 Thread Tim Roberts
Somnath Naskar wrote: > Thank you for your response.Thank you very much.I am new in the industry. > I tried what you told as first option but it is giving following error... > > >>> ses = > Dispatch("Lotus.NoteSession",clsctx=pythoncom.CLSCTX_LOCAL_SERVER) > ... > pywintypes.com_error: (-2147221005

Re: [python-win32] About COM

2011-01-18 Thread Somnath Naskar
On Wed, Jan 19, 2011 at 12:04 AM, Tim Roberts wrote: > Somnath Naskar wrote: > > Thank you for your response.Thank you very much.I am new in the industry. > > I tried what you told as first option but it is giving following error... > > > > >>> ses = > > Dispatch("Lotus.NoteSession",clsctx=python