[Numpy-discussion] Matlab IO Warning in mio5.py

Ben Longstaff longstaff2009 at gmail.com
Sun Sep 26 21:57:11 EDT 2010


Is the warning message produced by the test script below an issue I need to
address if I am to use the numpy and scipy libraries? The script below gives
me the warning below on both windows 7 and vista
Thanks for your time
Ben

Python Script

#!/path/to/python
import re, string, sys
from numpy import *
import scipy.weave
print "Hello, World!"

Warning Message
C:\Python26\lib\site-packages\scipy\io\matlab\mio5.py:90: RuntimeWarning:
__builtin__.file size changed, may indicate binary incompatibility
  from mio5_utils import VarReader5

Hello, World!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100927/8ada9245/attachment.html>


More information about the NumPy-Discussion mailing list