[SciPy-Dev] Scipy 1.0 roadmap - wavelets

Daπid davidmenhur at gmail.com
Fri Sep 27 04:29:39 EDT 2013


On 26 September 2013 19:24, Ralf Gommers <ralf.gommers at gmail.com> wrote:

> David, you help is very welcome!


Ok, I am forking the repository. Any suggestion on where to start?

Looking at the open issues, I think the most important are creating the
tests. What is your status?

BTW, installing pywt on Linux I get:

>>> import pywt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/usr/lib64/python2.7/site-packages/PyWavelets-0.2.2-py2.7-linux-x86_64.egg/pywt/__init__.py",
line 15, in <module>
    from ._pywt import *
  File "_pywt.pyx", line 24, in init pywt._pywt
(/home/david/gits/pywt/src/_pywt.c:16572)
ImportError: No module named tools.six

But it is not in the requirements.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130927/29fdf327/attachment.html>


More information about the SciPy-Dev mailing list