MacPython re-install gotcha
Unfortunately, what it doesn't tell you is that unless you also remove all files with names starting with Python under /Library/Receipts, the installer won't let you reinstall MacPython (it checks these to see what is already installed). Instead the installer tells you that a newer version is installed, marks the files "skip", and fails with "nothing to install".
I spent a good few hours until I realized this so I hope this helps someone else keep their hair.
The MacPython re-install gotcha article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.

Subscribe to my blog






Matt
Thanks! This was a big help.
June 17th, 2008 at 11:37 amJake
Thanks for the info. With regard to the symlink, there’s a whole load of symlinks in /usr/local/bin. Could some one please tell me how do I know which one(s) to remove? It looks like some of them could be for the default ‘Mac OS’ python installation which I don’t want to break.
October 31st, 2008 at 6:21 pm