Re: [python-win32] Library not Registered Error while running

2009-10-08 Thread Mark Hammond
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

Re: [python-win32] Library not Registered Error while running

2008-03-18 Thread Tim Golden
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

Re: [python-win32] Library not Registered Error while running

2008-03-18 Thread siddhartha veedaluru
Bingo That Worked. Thanks, Tim On Mon, Mar 17, 2008 at 11:25 PM, <[EMAIL PROTECTED]> wrote: > Send python-win32 mailing list submissions to >[email protected] > > To subscribe or unsubscribe via the World Wide Web, visit >http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Library not Registered Error while running

2008-03-17 Thread Tim Golden
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:") >>

Re: [python-win32] Library not Registered Error while running WMI example script

2008-03-14 Thread Tim Golden
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