
6 Nov
2010
6 Nov
'10
3:45 a.m.
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