Help with the installation
Hi, I'm trying to install Askbot following the instructions, but when I write "python setup.py install"
it gives me this:
running install
running build
running build_py
running install_lib
creating /usr/lib/python2.6/site-packages/recaptcha_django
error: could not create '/usr/lib/python2.6/site-packages/recaptcha_django': Permission denied
So I cannot install Django... Does anyone know why is this?
Comments
@Pepe, @zaf is right you don't have permission to write to directory under
/usr/
. Usevirtualenv
tool and create the environment in the directory where you do have write permissions - anywhere in your user account will work.