i think you didnt setup full django.  try again.

or try this.

python
import django
django.VERSION (this is must)

and you will see django's version number if u did really full setup.


2009/3/21 André Santos <mand...@gmail.com>

>
> Try this:
> python -c "import django"
> If it returns one error, than django wasnt installed correctly.
>
> 2009/3/21 Alnain <carles.lla...@gmail.com>:
> >
> > Hi!
> >
> > I'm new in Django, and I have a little problem with the starting. I
> > tried to create a new project, using django-admin.py startproject
> > mysite, but it raises an error: "ImportError: no module named
> > django.core". I know that it means that there isn't a required file,
> > but I don't konw why it isn't. Do I have installed Django incorrectly?
> >
> > Thanks
> >
> > PD: I'm spanish, sorry my poor english ^^u
> >
> > >
> >
>
>
>
> --
> André Santos
> Graduando em Ciência da Computação - UFRJ
>
> >
>


-- 
Muslu YÜKSEKTEPE

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

Reply via email to