On 8/5/07, john <[EMAIL PROTECTED]> wrote: > I created a symlink at /usr/local/bin to the django django-admin.py > file under python2.5. If I go to my home directory and try to create > a new project I get a syntax error pointing at the end of > startproject. If I try " >>> /usr/lib/....... django-admin.py > startproject myproject" I get a permission denied error. Something > seems wrong here. Any ideas ?
Go to the directory where django-admin.py is located, and do the following: sudo chmod +x django-admin.py Then try it again. Or, alternatively, use python /path/to/django/bin/django-admin.py startproject someprojectname to bypass the need for the executable bit. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---