Comment 1 for bug 1020159

Revision history for this message
Georgy Redkozubov (gesha) wrote :

I was able to install django-base license protection on 10.04 with small workarounds which are possible on mombin.l.o:
1) Update django using pip to version 1.3.1
2) Install django-openid-auth version 0.2 using pip
3) Install mod_xsendfile version 0.12 from sources https://tn123.org/mod_xsendfile/

The only issue will be left - unittests. We have developed them using python 2.7.3 but in Ubuntu 10.04 python is 2.6.5 and unittests don't have assertDictEqual, assertIn and assertRaises has different syntax.