which is where fink puts it.
Kent
export NAN_ODE = $(LCGDIR)/ode
# Override common python settings so that the python that comes with
# OSX 10.2 in /usr/local/ is used.
- export NAN_PYTHON = /usr/local
+ export NAN_PYTHON = /sw
export NAN_PYTHON_VERSION = 2.2
export NAN_PYTHON_BINARY = $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_MXTEXTTOOLS = $(shell $(NAN_PYTHON_BINARY) -c 'import mx; print mx.__path__[0]')/TextTools/mxTextTools/mxTextTools.so