Re: VersionConflict with pip but django updated

2010-08-18 Thread Alexandre González
I solved it with: sudo aptitude install python2.6-dev libxml2-dev libxslt-dev sudo pip install *--upgrade* django-easymode Thanks anyway! 2010/8/17 Alexandre González > Hi! > > I'm trying to install django-easymode, I get a version conflict, so I > remove my django from

VersionConflict with pip but django updated

2010-08-17 Thread Alexandre González
Hi! I'm trying to install django-easymode, I get a version conflict, so I remove my django from /usr/local/lib/python2.6/dist-packages as [1] says. And after it reinstall my django from sources with python setup.py install. When I run python -c "import django; print django.VERSION" I get the