Re: First tutorial - Not off to a good start :(

2009-10-04 Thread Leke
> The script seems to be missing the x bits for execution. > Try >     $ python /usr/lib/python-django/bin/django-admin.py startproject mysite You were right. I forgot all about needing to call python. Thanks to you both for your help. --~--~-~--~~~---~--~~ You

Re: First tutorial - Not off to a good start :(

2009-10-04 Thread Leke
Ah yes, I see what you mean about the dot (.) I still seem to have no luck running the script though... l...@leke ~/Projects/cms/django $ /usr/lib/python-django/bin/django- admin.py startproject mysite bash: /usr/lib/python-django/bin/django-admin.py: Permission denied l...@leke ~/Projects/cms

First tutorial - Not off to a good start :(

2009-10-04 Thread Leke
I've just installed python-django from my ubuntu repositories and tried my luck at the tutorial here: http://docs.djangoproject.com/en/dev/intro/tutorial01/ I tried running django-admin.py startproject mysite but discovered it not to be on my system path. The tutorial says "If it’s not on your