On 7/10/2009 1:41 AM, David Wormser wrote:
I started getting this error message yesterday. I can use system restore
to eliminate it but it returns when ever I try to follow any links. Do
you have a permanent fix?
It's not clear how this relates to Python - if it does you will need to
provide m
I started getting this error message yesterday. I can use system restore to
eliminate it but it returns when ever I try to follow any links. Do you have a
permanent fix?___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman
siddhartha veedaluru wrote:
> Bingo That Worked.
>
> Thanks,
> Tim
Goodness! It's so long ago I've forgotten what I
even suggested. I'm glad it worked (whatever it was).
Probably worth trimming the digest next time, tho',
so people know what you're so happy about ;)
(For the archives, I assume i
Bingo That Worked.
Thanks,
Tim
On Mon, Mar 17, 2008 at 11:25 PM, <[EMAIL PROTECTED]> wrote:
> Send python-win32 mailing list submissions to
>python-win32@python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>http://mail.python.org/mailman/listinfo/python-win32
---
>
> Message: 1
> Date: Mon, 17 Mar 2008 12:07:55 +0530
> From: "siddhartha veedaluru" <[EMAIL PROTECTED]>
> Subject: [python-win32] Library not Registered Error while running
> To: python-win32@python.org
> Message-ID:
><[E
siddhartha veedaluru wrote:
>> From: Tim Golden <[EMAIL PROTECTED]>
>> Just to test, could you run this code to see if it produces
>> the same result? (This is basically what the wmi module
>> does behind the scenes).
>>
>>
>> import win32com.client
>> win32com.client.GetObject ("winmgmts:")
>>
Date: Fri, 14 Mar 2008 12:59:26 +
From: Tim Golden <[EMAIL PROTECTED]>
Subject: Re: [python-win32] Library not Registered Error while running
WMI example script
Cc: python-win32@python.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; f
siddhartha veedaluru wrote:
> I have installed win32 extensions on my windows 2003 server
> i'm using python 2.5.1.
>
> downloaded the wmi module 1.3.2 to my machine
> used
>
> "python setup.py install"
>
> to install the module
>
> i tried run an example mentioned in the web page. it gave the
Hello,
I have installed win32 extensions on my windows 2003 server
i'm using python 2.5.1.
downloaded the wmi module 1.3.2 to my machine
used
"python setup.py install"
to install the module
i tried run an example mentioned in the web page. it gave the following
error.
File "C:\Python25\Lib\si