django-admin.py not executable

Bug #175355 reported by Carl Karsten
2
Affects Status Importance Assigned to Milestone
python-django (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: python-django

x flag not set on django-admin.py

juser@cp333:~$ /usr/share/python-support/python-django/django/bin/django-admin.py
-bash: /usr/share/python-support/python-django/django/bin/django-admin.py: Permission denied

juser@cp333:~$ ls -l /usr/share/python-support/python-django/django/bin/django-admin.py
-rw-r--r-- 1 root root 128 2006-12-30 00:25 /usr/share/python-support/python-django/django/bin/django-admin.py

You can run it as a python parameter:
juser@cp333:~$ python /usr/share/python-support/python-django/django/bin/django-admin.py

but that is not what the docs suggest:
"""
On Unix-like systems, create a symbolic link to the file django-trunk/django/bin/django-admin.py in a directory on your system path, such as /usr/local/bin. For example:
ln -s `pwd`/django-trunk/django/bin/django-admin.py /usr/local/bin
This simply lets you type django-admin.py from within any directory, rather than having to qualify the command with the full path to the file.
"""

Revision history for this message
Andrea Gasparini (gaspa) wrote :

This is nearly the same thing as bug #175351.

Changed in python-django:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.