I'm having an issue confirming that Django is installed properly. I
did what the Django site said: "You can tell Django is installed by
running the Python interactive interpreter and typing import django."
So i typed in import django and got:

>>> import django
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named django

What does that mean? Anyone know why it doesn't find django module?

Thanks in advance to all with advice.

-Scott

--~--~---------~--~----~------------~-------~--~----~
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