This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex_lai
Recipients alex_lai
Date 2011-05-08.17:17:02
SpamBayes Score 9.378536e-10
Marked as misclassified No
Message-id <1304875024.3.0.0342220610615.issue12033@psf.upfronthosting.co.za>
In-reply-to
Content
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/lib/python3.1/site-packages/numpy
Python version 3.1.2 (r312:79147, Mar 23 2010, 02:42:06) [GCC 3.4.6]
nose version 1.0.0

----------------------------------------------------------------------
Ran 0 tests in 0.027s


  However, test for Scipy gave the following error:

# python3 -c "import numpy; import scipy; numpy.scipy()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'scipy'

  Any idea what might be missing here?

Thanks in advance,

Alex
History
Date User Action Args
2011-05-08 17:17:04alex_laisetrecipients: + alex_lai
2011-05-08 17:17:04alex_laisetmessageid: <1304875024.3.0.0342220610615.issue12033@psf.upfronthosting.co.za>
2011-05-08 17:17:02alex_lailinkissue12033 messages
2011-05-08 17:17:02alex_laicreate