hannes-brt
12/28/2010 - 1:08 PM

Setup pyximport to include the numpy headers

Setup pyximport to include the numpy headers

import pyximport
import numpy as np
pyximport.install(setup_args={'include_dirs': np.get_include()})