The shell appliance is old. Now web2py has a better web based shell that comes with admin. You can find a [shell] button under controllers. The problem is that is still freezes with sqlite. This is because sqlite locks the file. We are trying to resolve this problem.
On Sep 15, 11:42 pm, "V. K" <[email protected]> wrote: > I have installed the web2py appliance (http://www.web2py.com/ > appliances/default/show/23). > > web2py server freezes if I try the following command: > > >>> import urllib > >>> urllib.urlopen('http://127.0.0.1:8000/').read() > > This is probably happening because the "Shell" appliance is not thread > safe as mentioned in the documentation. > > Any idea where to start in order to fix this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

