[SciPy-user] egg dependency?
John Hunter
jdhunter at ace.bsd.uchicago.edu
Fri Dec 2 16:48:13 EST 2005
Hey Robert --
Trying to workout the scipy core integration with mpl using the Daishi
patch. I just installed scipy_core-0.6.1. Daishi does
from scipy.fftpack import
which raises with
In [1]: from scipy.fftpack import *
------------------------------------------------------------
Traceback (most recent call last):
File "<console>", line 1, in ?
ImportError: No module named fftpack
but scipy.fftpack is a module
In [6]: import scipy
In [7]: scipy.fftpack
Out[7]: <module 'scipy.basic.fft' from '/usr/lib/python2.4/site-packages/scipy/basic/fft.pyc'>
In [8]: import scipy.fftpack
------------------------------------------------------------
Traceback (most recent call last):
File "<console>", line 1, in ?
ImportError: No module named fftpack
??
Please advise.
JDH
More information about the SciPy-User
mailing list