Logged In: NO

The following changes appear to be all that is required.

---------------in SD.py

try:
# replaced Numeric with numpy
import numpy as _toto

----------In hdfext_wrap.c

//replace Numeric with numpy
#include "numpy/arrayobject.h"

// This case redundant with PyArray_CHAR
// case PyArray_SBYTE: