[Python-bugs-list] [ python-Bugs-442374 ] Modulefinder registry support broken

noreply@sourceforge.net noreply@sourceforge.net
Wed, 18 Jul 2001 04:26:00 -0700


Bugs item #442374, was opened at 2001-07-18 04:24
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442374&group_id=5470

Category: Windows
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Heller (theller)
>Assigned to: Mark Hammond (mhammond)
Summary: Modulefinder registry support broken

Initial Comment:
The Modulefinder registry support is broken. It uses 
_winreg.QueryValueEx() instead of winreg.QueryValue().

The attached diff fixes this, and also adds support to 
query the registry via win32api if _winreg could not 
be imported. This way modulefinder is compatible with 
Python 1.5.2 up to 2.1.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=442374&group_id=5470