KillaBee wrote:
> I am use the svn and I just installed it last night, but it is giveing
> me this error:
>
> [EMAIL PROTECTED]:/home/bryant/Django-1.0/intranet# python manage.py runserver
> 8080
> 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
>
>
> I need to know where it is looking for  this management at the
> management.py that is at Django-1.0/django/core has this def.  Can I
> do a command that will give me the path?

Looks like Django is not in your PYTHONPATH. See item #3 in this sub-
section:

http://docs.djangoproject.com/en/dev//topics/install/#installing-the-development-version

-RD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to