I am trying to run web2py on pythonanywhere but using Dropbox. Can someone help us with http://www.pythonanywhere.com/forums/topic/9/
On Dec 6, 10:42 pm, Ovidio Marinho <[email protected]> wrote: > I also tried to use Dropbox to have an automatic update, but it seems > that sharing does not work with the dropbox > > Ovidio Marinho Falcao Neto > Web Developer > [email protected] > [email protected] > ITJP - itjp.net.br > 83 8826 9088 - Oi > 83 9334 0266 - Claro > Brasil > > Apóio > > 2011/12/6 Lazarof <[email protected]> > > > Bruno thank muito! > > > What about web2py - dropbox - pythonanywhere? > > ## > > import os > > import sys > > > path = '/home/my_username/Dropbox/web2py' > > if path not in sys.path: > > sys.path.append(path) > > > from wsgihandler import application > > ## > > > I am getting > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > > unable to complete your request. > > > On Dec 5, 6:52 pm, Bruno Rocha <[email protected]> wrote: > > > How to deploy web2py on PythonAnywhere > > > >http://stackoverflow.com/a/8386751/559935 > > > > -- > > > > Bruno Rocha > > > [http://rochacbruno.com.br] > >

