Win32Installer + Numeric, anyone succeeded?

Mike Fletcher mfletch at tpresence.com
Sun Jan 23 08:01:30 EST 2000


Yes, that was it (loads and runs now).  No, there doesn't appear to be an
import _numpy in my numeric directory anywhere.  Could be it's only in the
CVS repository?

Thanks,
Mike

-----Original Message-----
From: Just van Rossum [mailto:just at letterror.com]
Sent: Sunday, January 23, 2000 7:51 AM
To: Mike Fletcher; Python Listserv (E-mail)
Subject: Re: Win32Installer + Numeric, anyone succeeded?
...
Numeric relies on _numpy.pyd, but _numpy was not imported in any Python
code, just C code, so freeze's modulefinder (which the Win installer also
uses I think) didn't notice it. And Numeric indeed crashes horribly when
the _numpy shared lib isn't available. I think this was later fixed by a
dummy "import _numpy" somewhere. Maybe you can check whether _numpy.pyd
gets included at all, and if your version of Numeric includes the dummy
import (in Numeric.py I believe).
...




More information about the Python-list mailing list