FS#20344 - [python-scipy] 0.8.0-1 missing dependency python-numpy

Attached to Project: Community Packages
Opened by Aner (argent0) - Monday, 02 August 2010, 20:48 GMT
Last edited by Angel Velasquez (angvp) - Wednesday, 04 August 2010, 20:45 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Angel Velasquez (angvp)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Missing dependency

Sorry for any fake report

Bye


Additional info:
* package version(s) 0.8.0-1
* config and/or log files etc.

Steps to reproduce:
the following code won't compile

#!/usr/bin/python

#simple wrapper for a bessel function

import os
import scipy

from scipy.special import jn

print jn(1,2)

$./bessel.py

Traceback (most recent call last):
File "./bessel.py", line 6, in <module>
import scipy
File "/usr/lib/python2.6/site-packages/scipy/__init__.py", line 78, in <module>
from numpy import show_config as show_numpy_config
ImportError: No module named numpy
This task depends upon

Closed by  Angel Velasquez (angvp)
Wednesday, 04 August 2010, 20:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  Closed on 0.8.0-2 release

Loading...