Re: [Python-Dev] knee.py import hook in 2.6

2011-07-19 Thread Oleg Broytman
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/

[Python-Dev] knee.py import hook in 2.6

2011-07-19 Thread Timothy D. Kadich
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