Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88580
| References | <02021a54-2770-4072-808a-75bea346051d@googlegroups.com> <mailman.74.1428364205.12925.python-list@python.org> <5b5fd1cb-484f-4798-b10c-4903ad7aa65c@googlegroups.com> |
|---|---|
| Date | 2015-04-08 00:31 +1000 |
| Subject | Re: Python library - WMI.py RegistryValueChangeEvent |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.92.1428417080.12925.python-list@python.org> (permalink) |
On Wed, Apr 8, 2015 at 12:15 AM, Khyati <shrivastavkhyati@gmail.com> wrote: > Thanks for taking a look, Chris. > The error trace: > traceback (most recent call last): > File "MonitorRegistry.py", line 18, in <module> > process_created = watcher() > File "C:\Python27\lib\site-packages\wmi.py", line 1195, in __call__ > handle_com_error () > File "C:\Python27\lib\site-packages\wmi.py", line 241, in handle_com_error > raise klass (com_error=err) > _wmi: <x_wmi: Unexpected COM Error (-2147352567, 'Exception occurred.', (0, u'SWbemPropertySet', u'Not found ', None, 0, -2147217406), None)> It looks to me like this is a thin wrapper around the underlying API call, and you're getting back an error from the lower-level services. The way this reads, there might well not be an HKLM\Software\Temp\Name; maybe the ValueName is what's wrong here? Someone somewhere knows more than I do, but if you can't find that someone here on python-list, you might be able to find some help on Stack Overflow or another mailing list, from people who know how to do this kind of thing in a different language. You'd have to translate their suggestions back into Python, but when the wrappers are thin enough, that's usually not too hard. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python library - WMI.py RegistryValueChangeEvent Khyati <shrivastavkhyati@gmail.com> - 2015-04-06 15:02 -0700
Re: Python library - WMI.py RegistryValueChangeEvent Chris Angelico <rosuav@gmail.com> - 2015-04-07 09:49 +1000
Re: Python library - WMI.py RegistryValueChangeEvent Khyati <shrivastavkhyati@gmail.com> - 2015-04-07 07:15 -0700
Re: Python library - WMI.py RegistryValueChangeEvent Chris Angelico <rosuav@gmail.com> - 2015-04-08 00:31 +1000
Re: Python library - WMI.py RegistryValueChangeEvent Khyati <shrivastavkhyati@gmail.com> - 2015-04-07 07:35 -0700
Re: Python library - WMI.py RegistryValueChangeEvent Tim Golden <mail@timgolden.me.uk> - 2015-04-07 15:52 +0100
Re: Python library - WMI.py RegistryValueChangeEvent Tim Golden <mail@timgolden.me.uk> - 2015-04-07 16:18 +0100
Re: Python library - WMI.py RegistryValueChangeEvent Khyati <shrivastavkhyati@gmail.com> - 2015-04-07 08:30 -0700
Re: Python library - WMI.py RegistryValueChangeEvent Khyati <shrivastavkhyati@gmail.com> - 2015-04-07 09:00 -0700
csiph-web