> I started again and wrote an 'absurdly simple' OS X 10.4 > Django install guide...
First, thank you! Here's an update: If typing python -V in Terminal still gives version 2.3... Check your path, it should include /usr/local/bin: $ echo $PATH If it doesn't, check to see if you have a .bash_login file. If you don't, create one with this command: $ echo 'export PATH="/usr/local/bin:/usr/local/sbin:$PATH"' > .bash_login Close the terminal window, open a new one, and check again. Others with more experience may offer a better answer. Joel _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig