Re: [web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread Bruno Rocha
2010/12/31 mdipierro > can you make a video of powertable? OK, nice idea, I'll finish some functions in plugin then test the comet queue as datasource and I'll create a screencast soon.

[web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread mdipierro
can you make a video of powertable? On Dec 31, 3:00 pm, Bruno Rocha wrote: > Updated to tornado 1.1 and it is working very well, thank you so much! > > I will use this on my new system of inventory control, receiving > new requests for products and a feeding a table with powerTable. > > Very cool

Re: [web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread Bruno Rocha
Updated to tornado 1.1 and it is working very well, thank you so much! I will use this on my new system of inventory control, receiving new requests for products and a feeding a table with powerTable. Very cool! -- Bruno Rocha http://about.me/rochacbruno/bio

Re: [web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread Bruno Rocha
> > > 1.1 appears to be current: http://www.tornadoweb.org/ I used apt-get in ubuntu 10.10 and it instals tornado 0.2 I take websocket from here https://github.com/finiteloop/tornado/raw/master/tornado/websocket.py and now i

Re: [web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread Jonathan Lundell
On Dec 31, 2010, at 12:29 PM, Bruno Rocha wrote: > I tried > > rochacbr...@macubuntu:~/projects/web2py/gluon/contrib$ sudo easy_install > tornado[sudo] password for rochacbruno: > install_dir /usr/local/lib/python2.6/dist-packages/ > Searching for tornado > Best match: tornado 0.2 > tornado 0.2

Re: [web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread Bruno Rocha
My tornado instalation on UBuntu has not websocket rochacbr...@macubuntu:/usr/lib/pymodules/python2.6/tornado$ ls auth.py database.py httpclient.py __init__.py iostream.py options.pytemplate.py wsgi.py auth.pycdatabase.pyc httpclient.pyc __init__.pyc iostream.pyc op

Re: [web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread Bruno Rocha
I tried rochacbr...@macubuntu:~/projects/web2py/gluon/contrib$ sudo easy_install tornado[sudo] password for rochacbruno: install_dir /usr/local/lib/python2.6/dist-packages/ Searching for tornado Best match: tornado 0.2 tornado 0.2 is already the active version in easy-install.pth rochacbr...@macu

[web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread mdipierro
Fixed a couple of bugs and moved it to gluon/contrib/ comet_messaging.py I included more examples.

[web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread mdipierro
... and it requires Chrome! On Dec 31, 1:28 pm, mdipierro wrote: > yes > > On Dec 31, 1:25 pm, "David J." wrote: > > > Setting up right now. > > > I need trunk web2py_ajax or will latest work? > > > Can I just copy that single file from trunk? > > > Thx. > > > On 12/31/10 2:21 PM, mdipierro wrot

[web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread mdipierro
yes On Dec 31, 1:25 pm, "David J." wrote: > Setting up right now. > > I need trunk web2py_ajax or will latest work? > > Can I just copy that single file from trunk? > > Thx. > > On 12/31/10 2:21 PM, mdipierro wrote: > > > ... and this requires the latest web2py_ajax.html from welcome in > > trun

Re: [web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread David J.
Setting up right now. I need trunk web2py_ajax or will latest work? Can I just copy that single file from trunk? Thx. On 12/31/10 2:21 PM, mdipierro wrote: ... and this requires the latest web2py_ajax.html from welcome in trunk else it does not work. Please give it a try, I have not tested i

[web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread mdipierro
... and this requires the latest web2py_ajax.html from welcome in trunk else it does not work. Please give it a try, I have not tested it that much! Massimo On Dec 31, 1:19 pm, mdipierro wrote: > Sorry Mistake: > > http://code.google.com/p/web2py/source/browse/gluon/contrib/comet_mes... > > On

[web2py] Re: comet for web2py (give it a try) - and happy new year

2010-12-31 Thread mdipierro
Sorry Mistake: http://code.google.com/p/web2py/source/browse/gluon/contrib/comet_messaging.py On Dec 31, 1:14 pm, mdipierro wrote: > Should be self explanatory: > > http://code.google.com/p/web2py/source/browse/scripts/comet_messaging.py