[SciPy-Dev] Is lib.npyio presently only available via SVN?

David Goldsmith d.l.goldsmith at gmail.com
Tue Apr 27 22:50:27 EDT 2010


Just did a fresh install of
http://www.lfd.uci.edu/%7Egohlke/pythonlibs/numpy-1.4.1.win-amd64-py2.6.exe.
Trying to import npyio I get:

C:\Users\Fermat>python
Python 2.6.5 (r265:79096, Mar 19 2010, 18:02:59) [MSC v.1500 64 bit (AMD64)]
on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> np.version.version
'1.4.1'
>>> import numpy.lib.npyio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named npyio

???

DG

-- 
Mathematician: noun, someone who disavows certainty when their uncertainty
set is non-empty, even if that set has measure zero.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100427/7b743f62/attachment.html>


More information about the SciPy-Dev mailing list