[Numpy-discussion] StringIO test failure with Python3.1.2

Charles R Harris charlesr.harris at gmail.com
Wed Mar 24 14:25:09 EDT 2010


On Wed, Mar 24, 2010 at 8:17 AM, Bruce Southey <bsouthey at gmail.com> wrote:

> Hi,
> Wow, this is really impressive!
> I installed the svn numpy version '2.0.0.dev8300' with the latest Python
> 3.1.2 and it works!
>
> All the tests pass except:
> test_utils.test_lookfor
>
> I am guessing that it is this line as the other io imports do not have
> the period.
> from .io import StringIO
>
>
I went ahead and renamed lib/io.py to lib/npyio.py in r8302. Can you give it
a try? you might need to rm the build/py3k directory first to make it work.

<snip>

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100324/ef1c408a/attachment.html>


More information about the NumPy-Discussion mailing list