Hi!
First, my english is the worst. Sorry.
So...
I'm trying to create a new Django project using Mezzanine CMS, after a correct installation with easy_install, i tried this:
$ mezzanine-project hatemariano
and the shell shows me this:
Traceback (most recent call last):
File "/opt/bitnami/python/bin/mezzanine-project", line 5, in <module>
from pkg_resources import load_entry_point
File "/opt/bitnami/python/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2603, in <module>
File "/opt/bitnami/python/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 666, in require
File "/opt/bitnami/python/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: django>=1.3.1
And the Django version in the PYTHONPATH is 1.3.1.
Does somebody know a solution or a trail? I don't find someone in the web.
Well, thanks a lot!