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

2010-11-22 Thread Alexander Kain
> It's not an error but a harmless (although confusing) warning message. > You should be able to filter it by adding the following to > scipy/__init__.py: > > import warnings > warnings.filterwarnings(action='ignore', message='.*__builtin__.file > size changed.*') > > Can you check if that works

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

2010-11-05 Thread Ralf Gommers
On Fri, Nov 5, 2010 at 10:03 PM, Luc Dekoninck wrote: > > > Hello, > > Got the same error, working on windows 7, 64 bit... > > Does this help? > Is there  a solution available? > It's not an error but a harmless (although confusing) warning message. You should be able to filter it by adding the f

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

2010-11-05 Thread Luc Dekoninck
Hello, Got the same error, working on windows 7, 64 bit... Does this help? Is there a solution available? Luc ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

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

2010-09-27 Thread Ralf Gommers
On Mon, Sep 27, 2010 at 12:07 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > On Sun, Sep 26, 2010 at 11:03 PM, Ben Longstaff >> wrote: >> >> >>> > Warning Message >> >>> > C:\Python26\lib\site-packages\scipy\io\matlab\mio5.py:90: >> >>> > RuntimeWarning: >> >>> > __builtin__.file si

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

2010-09-26 Thread josef . pktd
On Mon, Sep 27, 2010 at 12:07 AM, Charles R Harris wrote: > > > On Sun, Sep 26, 2010 at 9:56 PM, wrote: >> >> On Sun, Sep 26, 2010 at 11:42 PM,   wrote: >> > On Sun, Sep 26, 2010 at 11:03 PM, Ben Longstaff >> > wrote: >> >> numpy 1.5.0 (installed from numpy-1.5.0-win32-superpack-python2.6.exe >>

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

2010-09-26 Thread Charles R Harris
On Sun, Sep 26, 2010 at 9:56 PM, wrote: > On Sun, Sep 26, 2010 at 11:42 PM, wrote: > > On Sun, Sep 26, 2010 at 11:03 PM, Ben Longstaff > wrote: > >> numpy 1.5.0 (installed from numpy-1.5.0-win32-superpack-python2.6.exe > from > >> sourceforge.net) > >> scipy 0.8.0 (installed from scipy-0.8.0-w

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

2010-09-26 Thread josef . pktd
On Sun, Sep 26, 2010 at 11:42 PM, wrote: > On Sun, Sep 26, 2010 at 11:03 PM, Ben Longstaff > wrote: >> numpy 1.5.0 (installed from numpy-1.5.0-win32-superpack-python2.6.exe from >> sourceforge.net) >> scipy 0.8.0 (installed from scipy-0.8.0-win32-superpack-python2.6.exe from >> sourceforge.net)

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

2010-09-26 Thread josef . pktd
On Sun, Sep 26, 2010 at 11:03 PM, Ben Longstaff wrote: > numpy 1.5.0 (installed from numpy-1.5.0-win32-superpack-python2.6.exe from > sourceforge.net) > scipy 0.8.0 (installed from scipy-0.8.0-win32-superpack-python2.6.exe from > sourceforge.net) > python 2.6.6 (installed with ActivePython 2.6.6.1

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

2010-09-26 Thread Ben Longstaff
numpy 1.5.0 (installed from numpy-1.5.0-win32-superpack-python2.6.exe from sourceforge.net) scipy 0.8.0 (installed from scipy-0.8.0-win32-superpack-python2.6.exe from sourceforge.net) python 2.6.6 (installed with ActivePython 2.6.6.15) On Mon, Sep 27, 2010 at 12:26 PM, wrote: > On Sun, Sep 26, 2

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

2010-09-26 Thread josef . pktd
On Sun, Sep 26, 2010 at 9:57 PM, Ben Longstaff wrote: > 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 > > Pyt

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

2010-09-26 Thread Ben Longstaff
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 impo