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<br>Thanks for your time<br>
Ben<br><br>Python Script<br><br>#!/path/to/python <br>import re, string, sys <br>from numpy import *<br>import scipy.weave<br>print "Hello, World!" <br><br>Warning Message<br>C:\Python26\lib\site-packages\scipy\io\matlab\mio5.py:90: RuntimeWarning: __builtin__.file size changed, may indicate binary incompatibility<br>

  from mio5_utils import VarReader5<br><br>Hello, World!<br><br>