[SciPy-user] ImportError: No module named __config__

Mark Coletti mcoletti at gmail.com
Mon Mar 24 07:22:16 EDT 2008


I've just installed scipy 0.6.0 but am unable to use it.  When attempting to
import scipy, I get the following error:

Python 2.5.2 (r252:60911, Feb 27 2008, 23:06:45)
[GCC 4.1.0 (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "scipy/__init__.py", line 54, in <module>
    from __config__ import show as show_config
ImportError: No module named __config__


I see where a number of people have posted similar errors, but no solutions
were forthcoming.  (At least from what I can tell.)

Any idea on what the problem is and how to resolve it?

Cheers,

Mark
-- 
I'm taking reality in small doses to build immunity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080324/bcefd9e0/attachment.html>


More information about the SciPy-User mailing list