Another minor question that I can't figure out.
I've used pip-2.7 install --user soundcloud
to install the soundcloud module for Python 2.7 in Pythonanywhere.
In my Web2py App in Pythonanywhere, I get an error message when using import soundcloud
, stating that the soundcloud module does not exist. Is it not possible to for Web2py to access a module installed on Pythonanywhere (that did not come pre-packaged)?