On Wed, Mar 24, 2010 at 8:17 AM, Bruce
Southey
<bsouthey@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