blob: 31cfe0a9bf301d7417b76657bbf6c3e9657a906d (
plain)
1
2
3
4
5
6
|
# where is the Python installation?
PYTHONPATH=c:\programme\prog\python24
# uncomment if numarray support should be compiled in
# for info about numarray see http://numeric.scipy.org
# PY_NUMARRAY=1
|