The best solution is to use a virtualenv.

The decision to purge Python2.6 was a very, very bad one. You should
never mess with the version Python that comes with your OS. Lots of
software on the system relies on it.

You could try to use aptitude to restore it. Hopefully that will work.
Otherwise, your server is hosed and the easiest thing is a complete
re-installation of the OS.

Incidentally, there's no reason you can have Python 2.6 and Python 2.7
installed on the same machine. You'll just have to use 'python2.7'
instead of 'python' when running your scripts if you want Python 2.7
instead of the default 2.6.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to