Monday, December 2, 2013

Re: python virtual environment

On Fri, Nov 29, 2013 at 3:44 PM, tino <tino85@gmail.com> wrote:
>
>
> Hello
>
> I am trying to run a project that was setup in another server, but getting
> the following error. I am using python 2.7, django, virtualenv. So I am
> running the project inside a python virtual environment
>
>
> (virtualenv)[web.srv1 daily# python manage.py runserver 0.0.0.0:8000
> Traceback (most recent call last):
> File "manage.py", line 2, in <module>
> from django.core.management import execute_manager
> ImportError: cannot import name execute_manager
>
>

Which version of Django did you install?

See: http://goo.gl/Q87gpR

HTH,
Tim

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B%3DOU3U%3DvgW_OFBN0H6yNbbDo%2B3Tb3uy6euh4jhiUpCBw7mqwA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment