Saturday, October 30, 2010

Re: can't open file 'django-admin.py': [Errno 2] No such file or directory'.

On Oct 30, 1:00 am, sami nathan <itssami.g...@gmail.com> wrote:
> Whenever I try to execute a python script that is located in the
> /usr/local/bin, python gives me the error 'python: can't open file
> 'django-admin.py': [Errno 2] No such file or directory'.

Please type the following commands (without the $ prompt) and post the
results:

$ type python
$ type django-admin.py
$ head -3 /usr/local/bin/whatever-script-you-want-to-run

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment