classification
Title: import hook demo does not work
Type: behavior Stage:
Components: Demos and Tools Versions: Python 3.1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: blep (1)
Priority: Keywords

Created on 2009-11-08 13:30 by blep, last changed 2009-11-08 13:30 by blep.

Messages (1)
msg95040 - (view) Author: Baptiste Lepilleur (blep) Date: 2009-11-08 13:30
The import hook demo in the source directory
Python-3.1.1\Demo\imputil\knee.py fails to run correctly:

Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import knee
>>> import ctypes.utils
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: import_hook() takes at most 4 positional arguments (5 given)
>>>
History
Date User Action Args
2009-11-08 13:30:48blepcreate