C:\Program Files\Python23\Lib\site-packages\numarray>python Python 2.3.1 (#47, Sep 23 2003, 23:47:32) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import testall
The 21K file created by Windows to contain information about the crash is not readable. Windows XP and numarray 0.7 used. Colin W.
I confirmed this as a problem under Windows and Linux, and also for Python-2.2.3 as well as Python-2.3.1. It should be pointed out that this is not a problem related to Python-2.3.1, nor does the problem occur unless you try to use numarray from it's own directory. For now, self-test/use numarray like this:
cd C:\somewhere_else python
import numarray.testall as testall testall.test() .. import numarray ..
I filed it as a bug on Source Forge. Todd On Thu, 2003-09-25 at 15:08, Colin J. Williams wrote:
C:\Program Files\Python23\Lib\site-packages\numarray>python Python 2.3.1 (#47, Sep 23 2003, 23:47:32) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
import testall
The 21K file created by Windows to contain information about the crash is not readable.
Windows XP and numarray 0.7 used.
Colin W.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion
-- Todd Miller jmiller@stsci.edu STSCI / ESS / SSB
participants (2)
-
Colin J. Williams
-
Todd Miller