Hi,
I've just got started with pythonanywhere[dot]com. And it has turned out to be awesome !
In this thread there is a suggestion to get python-docx and my python app requires python-docx. So how do I get it?
I tried the usual pip install but gives me permission denied error.
Here is the excerpt from error log
creating /usr/local/lib/python2.7/dist-packages/docx error: could not create '/usr/local/lib/python2.7/dist-packages/docx': Permission denied ---------------------------------------- Command "/usr/local/bin/python2.7 -c "import setuptools, tokenize;file='/tmp/pip-build-6H7KiQ/python-docx/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-EkDTRJ-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-6H7KiQ/python-docx