On Tue, Dec 2, 2014 at 3:58 AM, <billyfurl...@gmail.com> wrote: > Getting an error when I try to install ez_setup.py. I thought that this was > an issues with an incorrect version of python, so I upgraded to 2.7.5 > successfully. But unfortunately I get the same error. > > > File "<stdin>", line 51 > with archive_context(archive_filename): > ^ > SyntaxError: invalid syntax
When you run 'python', you apparently are getting the old version still. Try 'python2.7' instead. If you used a bash alias to change the meaning of the word 'python', that won't work with sudo. But the fuller name should work. ChrisA -- https://mail.python.org/mailman/listinfo/python-list