September 9, 2009 7:40 PM
Install nose with Python 2.6 on Mac OSX
Nose, by default when installed using setuptools (easy_install) on Mac OSX, installs itself against Python 2.5 (or possibly some other older version). This is a problem if your code is not compatible with Python 2.5. The reason for this is even after you install Python 2.6 from the python site, setuptools is still referencing the older version of python. The fix this is very easy.
