[web2py] Re: How to deploy web2py on PythonAnywhere

2011-12-08 Thread Lazarof
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 wrote: >       I also tried to use Dropbox to have an automatic update, but it seems > that sharing does not work with the dropb

Re: [web2py] Re: How to deploy web2py on PythonAnywhere

2011-12-06 Thread Ovidio Marinho
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 ovidio...@gmail.com ovidiomari...@itjp.net.br ITJP - itjp.net.br

[web2py] Re: How to deploy web2py on PythonAnywhere

2011-12-06 Thread Lazarof
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