Installer Producing Page Fault

Gordon McMillan gmcm at hypernet.com
Mon Apr 10 13:23:29 EDT 2000


Gordon Williams wrote:

> I am using Gordon's installer program to make a standalone program that
> self installs.  After running the install_BS_main.exe created, everything
> is put into the proper directory (I think).  Then running BS_main.exe I
> immediately get a crash with the following:
> 
> 
> 
> BS_MAIN caused an invalid page fault in
> module MULTIARRAY.PYD at 0137:01523569.
[snip]
> My code is using the numerical package if that matters. (It appears to be
> causing the fault as multiarray is part of the package)
> 
> Any ideas?

Never tried it myself, but I got this note once from Gary Herron:

> ** Numeric Python.  The 'import Numeric' statment imports _numpy.pyd,
> but this is not caught by builder.py.  Add
>   misc= C:\Program Files\Python\Numeric\_numpy.pyd
> in the appropriate target of the cfg file.

That was a couple releases ago, so I don't know if it still 
applies.

- Gordon




More information about the Python-list mailing list