> > Thanks Alain. I should have a compiler on my Mac OS X Lion. I am thinking > that it isn't set in my $PATH variable. I don't know where the $PATH is set > at. I will check to see if their is a binary. > -- > http://mail.python.org/mailman/listinfo/python-list
You need to install the command line tools package within XCode in order to get them on the path. Or, I guess you could just add XCode's bin directory to the path. It's usually set in ~/.bash_profile Or you could just use the binary installer from http://python.org/download/releases/2.7.3/ -- http://mail.python.org/mailman/listinfo/python-list