[SciPy-user] TimeSeries Package on Mac OS X

pablo mitchell pablo_mitchell at yahoo.com
Wed Aug 15 00:23:19 EDT 2007


I have a a Fink installation of Python 2.5 and SciPy.  Following the TimeSeries install instructions appear to work fine (svn download look fine and python setup.py install seem to work fine).  The trace starting up the relevant modules follows (please advise on a possible fix).  The ScipyTest/NumpyTest deprecation msgs don't worry me too much.  Thanks -- P

$ python
Python 2.5 (r25:51908, Aug 11 2007, 14:49:19) 
[GCC 4.0.1 (Apple Computer, Inc. build 5247)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
/sw/lib/python2.5/site-packages/scipy/misc/__init__.py:25: DeprecationWarning: ScipyTest is now called NumpyTest; please update your code
  test = ScipyTest().test
>>> import maskedarray
>>> import timeseries
/sw/lib/python2.5/site-packages/scipy/linalg/__init__.py:32: DeprecationWarning: ScipyTest is now called NumpyTest; please update your code
  test = ScipyTest().test
/sw/lib/python2.5/site-packages/scipy/special/__init__.py:22: DeprecationWarning: ScipyTest is now called NumpyTest; please update your code
  test = ScipyTest().test
/sw/lib/python2.5/site-packages/scipy/optimize/__init__.py:17: DeprecationWarning: ScipyTest is now called NumpyTest; please update your code
  test = ScipyTest().test
/sw/lib/python2.5/site-packages/scipy/interpolate/__init__.py:15: DeprecationWarning: ScipyTest is now called NumpyTest; please update your code
  test = ScipyTest().test
/sw/lib/python2.5/site-packages/scipy/integrate/__init__.py:16: DeprecationWarning: ScipyTest is now called NumpyTest; please update your code
  test = ScipyTest().test
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/sw/lib/python2.5/site-packages/timeseries/__init__.py", line 42, in <module>
    from lib import filters, interpolate, moving_funcs
  File "/sw/lib/python2.5/site-packages/timeseries/lib/filters.py", line 18, in <module>
    from scipy.signal import convolve, get_window
  File "/sw/lib/python2.5/site-packages/scipy/signal/__init__.py", line 12, in <module>
    from signaltools import *
  File "/sw/lib/python2.5/site-packages/scipy/signal/signaltools.py", line 7, in <module>
    from scipy.fftpack import fft, ifft, ifftshift, fft2, ifft2
  File "/sw/lib/python2.5/site-packages/scipy/fftpack/__init__.py", line 10, in <module>
    from basic import *
  File "/sw/lib/python2.5/site-packages/scipy/fftpack/basic.py", line 13, in <module>
    import _fftpack as fftpack
ImportError: dlopen(/sw/lib/python2.5/site-packages/scipy/fftpack/_fftpack.so, 2): Symbol not found: _fftc8_4
  Referenced from: /sw/lib/python2.5/site-packages/scipy/fftpack/_fftpack.so
  Expected in: dynamic lookup



       
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070814/30f4715f/attachment.html>


More information about the SciPy-User mailing list