Issue7287
Created on 2009-11-08 13:30 by blep, last changed 2009-11-08 13:30 by blep.
|
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)
>>>
|
|
| Date |
User |
Action |
Args |
| 2009-11-08 13:30:48 | blep | create | |
|