Re: Trouble with Pythonpath and getting my server to start

2009-12-02 Thread rebus_
2009/12/1 Dave : > Hi all, > > I created a django project and when I try to start the server I get > this: > > Traceback (most recent call last): >  File "manage.py", line 2, in >    from django.core.management import execute_manager > ImportError: No module named django.core.management > > I did

Trouble with Pythonpath and getting my server to start

2009-11-30 Thread Dave
Hi all, I created a django project and when I try to start the server I get this: Traceback (most recent call last): File "manage.py", line 2, in from django.core.management import execute_manager ImportError: No module named django.core.management I did some Googling and I think it's bec