Hello, I am trying to install scipy on Ubuntu 8.0.4LTS, and am having some serious issues.
I have succesfully downloaded and installed scipy, but when I try and "import scipy" in a program
I am returned:
ImportError Traceback (most recent call last)
/home/tim/Desktop/scipy-0.6.0/<ipython console> in <module>()
/home/tim/Desktop/scipy-0.6.0/scipy/__init__.py in <module>()
52 del linalg
53
---> 54 from __config__ import show as show_config
55 from version import version as __version__
56
ImportError: No module named __config__
Any help? Thanks