Hello.
We are sorry but we cannot help you. This mailing list is to work on
developing Python (adding new features to Python itself and fixing bugs);
if you're having problems learning, understanding or using Python, please
find another forum. Probably python-list/comp.lang.python mailing list/
Hi,
I'm trying to use the import hook in Python2.6, but I'm having a problem. It
doesn't work for numpy. My error is such:
> >>> import knee
> >>> import numpy
> Traceback (most recent call last):
> File "", line 1, in
> File "knee.py", line 16, in import_hook
> q, tail = find_head_packa