Tag Archives: python

Testing with Python 2.4 on Ubuntu 10.10

Recently I needed to test a Django app under Python 2.4. I’m using Ubuntu 10.10 and the lowest packaged version of Python in the repositories is 2.6. I decided to compile Python 2.4 myself and use it in a virtualenv … Continue reading

Posted in Django, Programming, Python, Web | Tagged , , , | Leave a comment