On 2009-08-02 00:18, Michiel de Hoon wrote: >> Is one of these two locations preferable for the >> default? > > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ > > is preferable. > > The location depends on whether the user has a framework Python or a normal > static Python installed. For GUI programs, a framework Python is preferable. > For the Mac/README in the Python source distribution:
No, /Library/Python/2.5/site-packages/ is the location that users can install third-party packages for the System Python (because one shouldn't touch /System/Library/.../site-packages/). If you use the System Python to install your package or run bdist_mpkg, it has configured its distutils to default to installing there. If you use the www.python.org build of Python, its default is still its internal /Library/Frameworks/.../site-packages/. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel