Re: [web2py] Re: Python Shell on Chrome

2010-12-21 Thread Tom Atkins
very nice! thank you! On 21 December 2010 03:44, mdipierro mdipie...@cs.depaul.edu wrote: Anyway... I merged the google shell with web2py. We now have a new shell: http://127.0.0.1:8000/admin/shell/index/appname should work better then before and should work on GAE too. Please give it a

Re: [web2py] Re: Python Shell on Chrome

2010-12-21 Thread Michele Comitini
+1 2010/12/21 Tom Atkins minkto...@gmail.com: very nice! thank you! On 21 December 2010 03:44, mdipierro mdipie...@cs.depaul.edu wrote: Anyway... I merged the google shell with web2py. We now have a new shell: http://127.0.0.1:8000/admin/shell/index/appname should work better then

[web2py] Re: Python Shell on Chrome

2010-12-20 Thread mdipierro
It does not work for me. whatever I type the output is I do not know how they maintain a state. Many things like classes and function definitions are not serializable. On Dec 20, 6:21 pm, Bruno Rocha rochacbr...@gmail.com wrote: This is running on GAE : languageshells.appspot.com I

[web2py] Re: Python Shell on Chrome

2010-12-20 Thread mdipierro
This works and has source http://shell.appspot.com/ On Dec 20, 8:22 pm, mdipierro mdipie...@cs.depaul.edu wrote: It does not work for me. whatever I type the output is I do not know how they maintain a state. Many things like classes and function definitions are not serializable. On

[web2py] Re: Python Shell on Chrome

2010-12-20 Thread mdipierro
Here is how it works each statement may result in the definition of a new object. a=3 def b(x): return x a is pickalble, b in unpickable. So a is serialized as part of globals(). Objects that are defined an not pickable are re-evaluated at every statement. That means every time you type one

Re: [web2py] Re: Python Shell on Chrome

2010-12-20 Thread Richard Vézina
It works for me with chrome 8.0.552.215 beta Richard#1 On Mon, Dec 20, 2010 at 9:29 PM, mdipierro mdipie...@cs.depaul.edu wrote: Here is how it works each statement may result in the definition of a new object. a=3 def b(x): return x a is pickalble, b in unpickable. So a is

Re: [web2py] Re: Python Shell on Chrome

2010-12-20 Thread Richard Vézina
Hahaha! I didn't want to put #1 after my name... Really funny key mistake trying to TAB + Enter to email in gmail ;-) Richard On Mon, Dec 20, 2010 at 10:11 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: It works for me with chrome 8.0.552.215 beta Richard#1 On Mon, Dec 20, 2010 at

[web2py] Re: Python Shell on Chrome

2010-12-20 Thread mdipierro
Anyway... I merged the google shell with web2py. We now have a new shell: http://127.0.0.1:8000/admin/shell/index/appname should work better then before and should work on GAE too. Please give it a try.

Re: [web2py] Re: Python Shell on Chrome

2010-12-20 Thread Bruno Rocha
Nice! I'll try it now! Is it possible to expose the shell to the public on GAE? 2010/12/21 mdipierro mdipie...@cs.depaul.edu Anyway... I merged the google shell with web2py. We now have a new shell: http://127.0.0.1:8000/admin/shell/index/appname should work better then before and should

[web2py] Re: Python Shell on Chrome

2010-12-20 Thread mdipierro
Actually it did not work but it does now. ;-) On Dec 20, 10:04 pm, Bruno Rocha rochacbr...@gmail.com wrote: Nice! I'll try it now! Is it possible to expose the shell to the public on GAE? 2010/12/21 mdipierro mdipie...@cs.depaul.edu Anyway... I merged the google shell with web2py. We

Re: [web2py] Re: Python Shell on Chrome

2010-12-20 Thread Bruno Rocha
I am testing the new shell, it is too much faster! I'll try to host an app on GAE to expose the shell to the public (safe?) -- Bruno Rocha http://about.me/rochacbruno/bio