On Mon, Apr 15, 2013 at 12:40 PM, Starboy <nmh...@gmail.com> wrote:
> Hi all,
>
> Totally new to django and just trying to get it installed but I keep getting
> the "ImportError: No module named django" error. I've searched around quite
> a bit looking for the answer to my problem but nothing seems to work.
>
> I'm running python vers 2.7.2 and have dropped the Django directory into
> /Library/Python/2.7/site-packages on my mac.
>
> When I run import django I get:
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named django
>
> Sorry this is such a newb question, I just can't get it to work.

Is this on 10.8? I just did a django install on 10.8 this weekend. How
did you install it? After downloading it and un-taring it I just did:

sudo python setup.py install

and it worked.

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to