Re: tutorial first step. -ImportError: No module named django.core-

2012-11-08 Thread Francescos
t;> >> (or whatever the equivalent of this might be in the shell you are using) >> >> $ python Scripts\django-admin.py startproject mysite >> >> Regards, >> Elena :) >> >> >> >> On Mon, Nov 5, 2012 at 1:19 AM, Francescos wrote: >> >>

Re: tutorial first step. -ImportError: No module named django.core-

2012-11-04 Thread Francescos
cking for the simple things. > > What happens when you try putting the following in your terminal?: > $ python > > and then: > >>> import django > > Also where is your django-admin.py file located? > > Elena :) > > > --- > Elena :) > @elequ > 040

tutorial first step. -ImportError: No module named django.core-

2012-11-03 Thread Francescos
Hello everyone, Following the django tut I've sat up all the installation and reached the step where I had to run the command: django-admin.py startproject mysite result: I receive the error specified in the subject. I installed virtualenv (as said here