[issue2641] setuptools gets site-packages wrong on Mac

2008-07-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-lis

[issue2641] setuptools gets site-packages wrong on Mac

2008-05-03 Thread Ronald Oussoren
Ronald Oussoren <[EMAIL PROTECTED]> added the comment: This is a bug in the mercurial installer. The problem is in the Makefile, not in setup.py. Specially, the makefile calls "python setup.py --prefix=/usr/local". That's not the correct prefix with a framework install on MacOSX. I propose cl

[issue2641] setuptools gets site-packages wrong on Mac

2008-04-15 Thread Jason Orendorff
New submission from Jason Orendorff <[EMAIL PROTECTED]>: On my Mac, /usr/local/bin/python2.5 is a symlink to "../../../Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5". When I install Mercurial from source, the "mercurial" package is installed at "/usr/local/lib/python2.5/site-pac