> 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
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
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
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
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
>>
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
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)
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
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
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
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
11 matches
Mail list logo