[Numpy-tickets] [NumPy] #565: numpy cannot be built when scipy is installed
NumPy
numpy-tickets@scipy....
Tue Aug 7 05:27:52 CDT 2007
#565: numpy cannot be built when scipy is installed
-------------------------+--------------------------------------------------
Reporter: johannct | Owner: somebody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: Other | Version: devel
Severity: trivial | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by stefan):
The only way that should happen is if the scipy installation directory is
on the PYTHONPATH.
Correct:
{{{
export PYTHONPATH="/home/stefan/lib/python2.5/site-packages"
}}}
Incorrect:
{{{
export PYTHONPATH="/home/stefan/lib/python2.5/site-packages/scipy"
}}}
One way to ensure that this doesn't happen is to import numpy.__config__
instead of __config__, but that doesn't protect against having a previous
numpy installation on the PYTHONPATH.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/565#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list