Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No module named six

After installing transifex and ./manage.py the following error shows up:

Error: No modules named six.

Python Six is installed in the virtualenv (from https://pypi.python.org/pypi/six) Django Version is 1.4

Any help would be great! thx & best regards Michael

like image 336
Michael Brueckler Avatar asked Apr 19 '13 08:04

Michael Brueckler


1 Answers

django.utils.six is added in Django 1.4.2, see

https://docs.djangoproject.com/en/1.5/topics/python3/#philosophy

like image 135
bmihelac Avatar answered Sep 16 '22 11:09

bmihelac