> finding it hard getting used to using them Something I've found very helpful in working with them is automatic activation with autoenv <https://github.com/kennethreitz/autoenv>. (For zsh users I'd recommend zsh-autoenv <https://github.com/Tarrasch/zsh-autoenv> instead.)
On Tue, Nov 3, 2015 at 11:37 AM, Joseph Mohan <[email protected]> wrote: > What a tit.. ended up out of my virtualenv.. finding it hard getting used > to using them.. Thanks > > On Tuesday, 3 November 2015 16:01:34 UTC, Ryne Everett wrote: >> >> Are you sure mezzanine is really installed in the virtualenv? Check in a >> repl: >> >> $ workon my-virtualenv >> $ python >> >>> import mezzanine >> >>> >> >> On Tue, Nov 3, 2015 at 7:26 AM, Joseph Mohan <[email protected]> wrote: >> >>> I also have the same problem with a virtualenv, any ideas anyone? >>> >>> On Sunday, 2 August 2015 23:51:22 UTC+1, 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. >>> >> >> -- > 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. > -- 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.
