[SciPy-user] New to scipy and having problems getting started

Gerard Vermeulen gvermeul at grenoble.cnrs.fr
Thu Oct 17 11:02:26 EDT 2002


I have exactly the same problem with all recent *.exe installers on
Python-2.2.1+Numeric-21.0.

The last working installer for my config is
SciPy-0.2.0_alpha_139.4209.win32-py2.2\[1\].exe (found in a hidden
Internet Explorer folder).

Uninstalling the newer version and reinstalling the older works for me.

Gerard


On Thu, Oct 17, 2002 at 09:07:21AM -0400, Mariska, John wrote:
> I'm running Active Python 2.1.1, wxPython, Numeric 20.2.0, and gnuplot.  All
> were installed some time ago and work fine.  I installed
> SciPy-0.2.0_alpha_144.4373.win32-py2.1.exe with no error messages.  When I
> try to get into scipy and run the test program, however, I get the following
> traceback.  Is there something else I need to do to configure scipy?
> 
> John M.
> 
> PythonWin 2.1.1 (#20, Jul 26 2001, 11:38:51) [MSC 32 bit (Intel)] on win32.
> Portions Copyright 1994-2001 Mark Hammond (MarkH at ActiveState.com) - see
> 'Help/About PythonWin' for further copyright information.
> >>> from scipy import *
> Traceback (most recent call last):
>   File "<interactive input>", line 1, in ?
>   File "E:\Python21\scipy\__init__.py", line 36, in ?
>     from scipy_base import *
>   File "E:\Python21\scipy_base\__init__.py", line 109, in ?
>     import limits
>   File "E:\Python21\scipy_base\limits.py", line 45, in ?
>     float_epsilon = epsilon(Numeric.Float32)
>   File "E:\Python21\scipy_base\limits.py", line 28, in epsilon
>     x = x * cast(.5)
> ArithmeticError: Integer overflow in multiply.
> >>> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user



More information about the SciPy-User mailing list