[Numpy-discussion] Matlab IO Warning in mio5.py
Ralf Gommers
ralf.gommers@googlemail....
Fri Nov 5 21:45:05 CDT 2010
On Fri, Nov 5, 2010 at 10:03 PM, Luc Dekoninck
<luc.dekoninck@intec.ugent.be> 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 following to
scipy/__init__.py:
import warnings
warnings.filterwarnings(action='ignore', message='.*__builtin__.file
size changed.*')
Can you check if that works for you?
Cheers,
Ralf
More information about the NumPy-Discussion
mailing list