Are you using a virtualenv ( http://docs.python-guide.org/en/latest/dev/virtualenvs/)? If you don't use virtualenv you're gonna have a bad time.
On Sunday, August 2, 2015 at 5:51:22 PM UTC-5, Richard Jackson wrote: > > Hi there, > > I'm trying to follow the basic installation guide found here ( > http://mezzanine.jupo.org/docs/overview.html#installation). > > When I run: > > > $ python manage.py createdb --noinput > > > I get the below error: > > > Traceback (most recent call last): > File "manage.py", line 7, in > from mezzanine.utils.conf import real_project_name > ImportError: No module named mezzanine.utils.conf > > > I've definitely installed Mezzanine (via "pip install mezzanine") but am > am getting no further. > > This seems like such a basic issue and I much be missing something > obvious, so any help identifying what that is would be greatly appreciated! > > > Cheers, > > Rich > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
