It is possible to move web2py applications since they are just folder. As explained here:
http://gluonframework.wordpress.com/ You still have to setup web2py to run a web server (the built-in one or apache or a different one). That depends on a lot of details on shared hosting since each one is different. The instructions I posted before (using cgi) are the equivalent of these instructions to setup Django: http://wiki.site5.com/Python/Django/Django_installer As you can see all Python frameworks have the same issue on site5 and all have the same solution: fcgi. In the case of web2py using fcgi should be easy because it already comes with fcgihandler.py while in the case of Django you would have to create it and it has additional dependencies. In the end basically this is a problem you soon or later have to solve if you want to run any Python app on it. Massimo On Mar 15, 2:24 pm, solom <[email protected]> wrote: > > Draw a map out of the "territory" > > Have fun - work locally > > I'm sorry, I did not understand. > So is it possible or not? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

