Comment 5 for bug 180410

Revision history for this message
Ben Dadsetan (bdadsetan) wrote :

Ok.. I think I figured it out. It seems easy_install finds a version of PasteScript laying around in
/Library/Python/2.5/lib/site-packages and therefore decides not to install it.

But because we run easy_install within a virtualenv, we need it to install it within our virtual environment.

I will approach the PEAK team and see if they can correct this (and whether I can help them). I feel this is not a grok bug.

But, we need to be clear we do support 2.5 and we should be able to say we do support MacOS X 10.5.6's default Python 2.5.1. Don't you agree?