[SciPy-user] debugging scipy

Georg Holzmann grh at mur.at
Sat Dec 29 06:05:32 EST 2007


Hallo!

I have a problem using scipy in the python debugger (I do that with the 
eric4 IDE).

When I step through the commands, I got the an error (only in debug 
mode!) at the statement:
"import scipy"
and the error is:
------8<--------
The file 
/usr/lib/python2.5/site-packages/setuptools-0.6c7-py2.5.egg/pkg_resources.py 
could not be opened.
------8<--------
and then:
------8<--------
The debugged program raised the exception OSError
"[Errno 2] No such file or directory: '/home/holzi/scipytest/test'"
File: 
/usr/lib/python2.5/site-packages/setuptools-0.6c7-py2.5.egg/pkg_resources.py, 
Line: 1659
Break here?
------8<--------

But my setuptools installation seems to be ok and the file 
/usr/lib/python2.5/site-packages/setuptools-0.6c7-py2.5.egg/ is present.
(my scipy version is 0.6.0, Python 2.5.1)

Has anyone a hint what I can try to resolve this problem ?

Many thanks,
LG
Georg



More information about the SciPy-User mailing list