I tried testing the OSX binaries I built Friday on my local OSX laptop
today, and had a problem with the mkpg installer
http://drop.io/xortel1/asset/matplotlib-0-99-0-rc1-py2-5-macosx10-5-zip
On the sage box I used to do the builds, the default python path that
the installer picks up is
/Library/Python/2.5/site-packages
and this is where it put mpl when I ran the installer on my local box.
But then when I try and import matplotlib on my local box w/o
modifying the PYTHONPATH, I can't find it because my local python is
looking in
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/
Is one of these two locations preferable for the default? Is there a
way to inform bdist_mkpg of the desired install target? Is there any
notion of the right way to do things w/ python on OSX?
JDH