"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
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
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
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