I am as newbie as for two hours ago I installed Python 2.7.2 and an hour ago installed BitNami DjangoStack 1.3.1 on my Windows 7 machine. I am trying to start with a tutorial on the Djangos website which says: "You can tell Django is installed by running the Python interactive interpreter and typing import django"
I assume that the "Python interactive interpreter" is IDLE (Python GUI). When i run it and on the command line I write "import django", I get a message as follwoing: >>> import django Traceback (most recent call last): File "<pyshell#6>", line 1, in <module> import django ImportError: No module named django Would you please give me help some advice what to do here? Many thanks. -- 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.