David Handel wrote:
> Hi.  I'm not a real programmer/low level Unix guy yet.  I realize that 
> this is not a Django forum per se.  But, I don't know where else to turn 
> before giving up.
> 
> Can anyone help me install Django on my Mac?  I have tried all sorts of 
> approaches outlnied on various blogs and have Django on my MacBook Pro 
> but I think that I have simply failed to get Python to see the Django 
> module.

It sounds like you don't have Django in the Python search path. Here is 
one way:

Download the 0.96 release and unpack it.
Open a command line to the Django-0.96 directory and run
 > python setup.py install

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to