pythonw problem?

Colin J. Williams cjw at sympatico.ca
Tue Jan 17 17:05:06 EST 2006


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.
 >>> import numpy as n                    THIS CRASHES

*** Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit 
(Intel)] on win32. ***
 >>> import numpy                         Python Scripter reports a 
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 (mhammond at skippinet.com.au) - 
see 'Help/About PythonWin' for further copyright information.
 >>> import numpy as n                    THIS CRASHES
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.



More information about the Python-list mailing list