http://bugs.python.org/issue4017
Here's the steps I'm trying to fix it:
- Download 2.6 compressed source from http://www.python.org/download/
- Open Terminal and configure the install with './configure'
- Build python with 'make'.
- I got 'Operation Not Permitted' when I first tried to install, so I had to install with 'sudo make install'.
- Still didn't work, so I looked around and found 2.5 inside '/System/Libraries/Frameworks/Python.Framework/' and a symbolic link called Current. I moved 2.6 into there and remade the symbolic link to now point to 2.6 with 'ln -s 2.6 Current' (from inside the Python.Framework directory).
- Still didnt work, so I restarted.
- That didn't work, so I'm giving up for now.....
Apparently there are major issues anyways with the binary distro (see the very bottom):
http://wiki.python.org/moin/MacPython/Leopard
So I'll just wait for now, maybe find a better json serializer.
No comments:
Post a Comment