Re: [python-win32] python-win32 Digest, Vol 60, Issue 26

2008-03-17 Thread Tim Golden
siddhartha veedaluru wrote: > Hi Tim, > > I tried the snippet you sent to me. > Same error. > > i opened the python shell and gave "import wmi" > It give the same error. > > comobj._oleobj_.GetTypeInfo().GetContainingTypeLib()[0].GetTypeComp() > com_error: (-2147319779, 'Library not registered.'

Re: [python-win32] python-win32 Digest, Vol 60, Issue 26

2008-03-17 Thread siddhartha veedaluru
Hi Tim, I tried the snippet you sent to me. Same error. i opened the python shell and gave "import wmi" It give the same error. comobj._oleobj_.GetTypeInfo().GetContainingTypeLib()[0].GetTypeComp() com_error: (-2147319779, 'Library not registered.', None, None) Thanks for your responce. Siddhar