[web2py] Re: web2py shell window problem

2012-11-25 Thread Nico Zanferrari
Il giorno sabato 24 novembre 2012 15:15:40 UTC+1, Massimo Di Pierro ha scritto: > > Please open a ticket about this. > > Thank you Massimo! Ticket 1185 opened. Cheers, Nico --

[web2py] Re: web2py shell window problem

2012-11-24 Thread Massimo Di Pierro
Please open a ticket about this. On Saturday, 24 November 2012 04:38:06 UTC-6, Nico Zanferrari wrote: > > About the second problem ("no output at all") I've found that it happens > everywhere, but only inside specific applications! I was able to spot the > bug: it always shows up when you've the

[web2py] Re: web2py shell window problem

2012-11-24 Thread Nico Zanferrari
About the second problem ("no output at all") I've found that it happens everywhere, but only inside specific applications! I was able to spot the bug: it always shows up when you've the command: request.requires_https() in the specific application db.py (even if you're using https!). I've

[web2py] Re: web2py shell window problem

2012-11-24 Thread Nico Zanferrari
Il giorno domenica 21 ottobre 2012 02:15:16 UTC+2, Jscriptor09 ha scritto: > > Hi > > I am trying to learn web2py using the online book. > > Page 45 provide instruction on how to use the interactive shell > > However, the coomands are not getting executed. > > > Hello, I have also the sam