[Python-bugs-list] [Bug #110637] ihooks on windows and pythoncom (PR#294)

noreply@sourceforge.net noreply@sourceforge.net
Sun, 13 Aug 2000 23:42:31 -0700


Bug #110637, was updated on 2000-Jul-31 14:09
Here is a current snapshot of the bug.

Project: Python
Category: Windows
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: ihooks on windows and pythoncom (PR#294)

Details: Jitterbug-Id: 294
Submitted-By: mak@mikroplan.com.pl
Date: Thu, 13 Apr 2000 04:09:35 -0400 (EDT)
Version: cvs
OS: windows


Hi,

Python module ihooks is not so compatible with builtin imp while importing
modules whose name is stored in registry eg. pythoncom/pywintypes.

import ihooks
ihooks.install()
import pythoncom

This code will fail inside pythonwin ide too !




====================================================================
Audit trail:
Tue Jul 11 08:29:17 2000	guido	moved from incoming to open

Follow-Ups:

Date: 2000-Aug-13 23:42
By: mhammond

Comment:
This needs a resolution.  The "registered module" code in the code also needs to support HKEY_CURRENT_USER along with the HKEY_LOCAL_MACHINE it does now.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110637&group_id=5470