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

noreply@sourceforge.net noreply@sourceforge.net
Wed, 05 Sep 2001 16:45:28 -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: Closed
>Resolution: Fixed
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.

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

>Comment By: Mark Hammond (mhammond)
Date: 2001-09-05 16:45

Message:
Logged In: YES 
user_id=14198

Checked in:
/cvsroot/python/python/dist/src/Tools/freeze/modulefinder.py
,v  <--  modulefinder.py
new revision: 1.17; previous revision: 1.16


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

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