I've gone through the entire django install steps and when I fired up my Python shell (python 2.7.5, to be exact) and did import django, this is what I got:
>>> import django Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named django sudo python setup.py install should have done it, yes? If not, what am I missing? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

