On Sunday 12 July 2009 04:05:26 pm djangonoob wrote: > Hi all, > i'm using django 1.02 and python version 2.6.2. I'm on a ubuntu > machine version 9.04. Django's running fine, but > i have problems installing django-tagging. > > After running the command python setup.py install, i received the > following > error: > > error: /usr/local/lib/python2.6/dist-packages/tagging-0.2.1.egg-info: > Permission denied > > How do i fix this? > This error isn't a django or python error, but a lack of understanding of linux, specifically in user and group permissions and installing software. You're trying to install these apps (tagging and photologue) as a regular user to a place in the system (/usr/lib) that is only writeable by the root or super user account.
I suggest using "sudo python setup.py install" (without the quotes) for the quick fix and reading up on using linux a bit more before continuing. I would start with the ubuntu with the ubuntu guide and the other links below. http://ubuntuguide.org/wiki/Ubuntu:Jaunty https://help.ubuntu.com/9.04/switching/index.html http://www.linuxtopia.org/online_books/system_administration_books/ubuntu_starter_guide/ Mike -- Will Rogers never met you.
signature.asc
Description: This is a digitally signed message part.