Closed GoogleCodeExporter closed 9 years ago
Are you sure that you don't have an old version of SciTools in your PYTHONPATH?
Can you run this in a terminal:
echo $PYTHONPATH
python -c "import scitools; print scitools.__file__"
Is the output as expected?
Sorry for the late reply,
Johannes
Original comment by johannes...@gmail.com
on 14 Aug 2008 at 6:56
Original comment by johannes...@gmail.com
on 10 Sep 2009 at 11:44
I am using OpenSuSE 11.1 with Python 2.6, and I get a similar error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named all
The output for "print scitools.__file__" is:
/usr/local/lib64/python2.6/site-packages/scitools/__init__.pyc
Original comment by leefifty...@gmail.com
on 7 Apr 2010 at 12:50
What version of SciTools are you using? This command should print the installed
version:
python -c "import scitools; print scitools.__version__"
Also, you should import from scitools.std instead of scitools.all, like this:
from scitools.std import *
Original comment by johannes...@gmail.com
on 7 Apr 2010 at 1:06
Original issue reported on code.google.com by
bernard...@gmail.com
on 3 Jul 2008 at 11:46Attachments: