Why no libpython2.x.so in redhat?

Mike Romberg romberg at smaug.fsl.noaa.gov
Tue May 28 12:53:04 EDT 2002


>>>>> " " == Chris Fonnesbeck <spam at fisher.forestry.uga.edu> writes:

     > I'm just trying to figure out why my program is running fine on
     > Debian, but not on RedHat.  Here's some simple code that
     > illustrates what is not working:

[snip]

     > The program segfaults when it calls PyArray_FromDims.

  You need to call an init function for the Numeric module (described
in the numeric documentation).  If you don't then the most common
thing to happen is a segmentation fault.

Mike Romberg



More information about the Python-list mailing list