On Dec 28, 8:15 pm, mOne <[EMAIL PROTECTED]> wrote:
> OK. How do I set this up on my machine. I am running Leopard and I am
> using the following as my path, but it does not seem to be working.
> How can I tell if I my path is correct.
>
> This is the error that I keep getting:
>
> Macintosh:~ tk$ python django-admin.py startproject appersers
> /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/
> Python.app/Contents/MacOS/Python: can't open file 'django-admin.py':
> [Errno 2] No such file or directory
> Macintosh:~ tk$
>
> Please help

That's very weird, it looks like it doesn't know how to find the
python executable. If you type:
which python
at the prompt, you should get /usr/bin/python, and that should be a
symlink pointing to:
/Library/Frameworks/Python.framework/Versions/2.5/bin/python
which in turn should be a symlink pointing to python2.5 in the same
directory. Is all that the case? And what happens when you run the
python interpreter in Terminal?

Eric
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to