![](https://secure.gravatar.com/avatar/764323a14e554c97ab74177e0bce51d4.jpg?s=120&d=mm&r=g)
On Thu, Apr 10, 2008 at 5:46 PM, Yaroslav Bulatov <yaroslavvb@gmail.com> wrote:
I'm having the same problem installing SciPy as the user below, I'm on MacOS 10.5.2, gcc 4.0.1, gfortran 4.2 I tried it with both MacPython and ActiveState 2.5.2 for macs, using instructions on http://www.scipy.org/Installing_SciPy/Mac_OS_X
NumPy works and passes all the tests but when I do "import scipy", I get
"ImportError: No module named __config__"
Any suggestions?
File "scipy/__init__.py", line 54, in <module> from __config__ import show as show_config
Don't try to import scipy while inside the source tree. Change directories first. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco