C
Colin J. Williams
If I execute the single liner below in Boa Constructor, Python Scripter
or PythonWin, I get crashes, using windows XP with numpy 0.9.2.
Examples:
# Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]
# wxPython 2.6.1.0, Boa Constructor 0.4.4
# Type "copyright", "credits" or "license" for more information.
*** Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit
(Intel)] on win32. ***floating pointerror
PythonWin 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]
on win32.
Portions Copyright 1994-2004 Mark Hammond ([email protected]) -
see 'Help/About PythonWin' for further copyright information.By stepping through, the crash comes with import umath in numpy.core
Using Python Scriptor, running the script below in the debug mode, the
following is reported correctly:
*** Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit
(Intel)] on win32. ***
# ughugh.py
import numpy as n
print 'done'
I would appreciate any advice.
Colin W.
or PythonWin, I get crashes, using windows XP with numpy 0.9.2.
Examples:
# Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]
# wxPython 2.6.1.0, Boa Constructor 0.4.4
# Type "copyright", "credits" or "license" for more information.
*** Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit
(Intel)] on win32. ***floating pointerror
PythonWin 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]
on win32.
Portions Copyright 1994-2004 Mark Hammond ([email protected]) -
see 'Help/About PythonWin' for further copyright information.By stepping through, the crash comes with import umath in numpy.core
Using Python Scriptor, running the script below in the debug mode, the
following is reported correctly:
*** Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit
(Intel)] on win32. ***
[Dbg]>>>
done
# ughugh.py
import numpy as n
print 'done'
I would appreciate any advice.
Colin W.