[issue12033] AttributeError: 'module' object has no attribute 'scipy'

2011-05-08 Thread Alex Gaynor
Alex Gaynor added the comment: This bug tracker is for filing bugs in Python itself, for support with 3rd party libraries you should try their mailing lists or IRC channels. -- nosy: +alex resolution: -> invalid status: open -> closed ___ Python tr

[issue12033] AttributeError: 'module' object has no attribute 'scipy'

2011-05-08 Thread Alex Lai
New submission from Alex Lai : Hi experts, I'm new to Python. I've just successfully compiled and installed NumPy and SciPy. When I run the tests, Numpy shows no issues: # python3 -c "import numpy; numpy.test()" Running unit tests for numpy NumPy version 1.5.1 NumPy is installed in /usr/local