Re: [web2py] Re: Not open source yet... but

2012-06-12 Thread Lucian Davies
okay i need help.. do you have any idea of what i am missing that would stop the trading page not only to respond to my clicks but also not update with orders already done by the trade robot.. i have a feeling that its something i have to modify apache to do but i dont know where to start... so if

Re: [web2py] Re: Not open source yet... but

2012-06-12 Thread Lucian Davies
okay so i figured it was because i was putting in the wrong urls. so used looked at the matching server and the robot to see how they communicated and i found it... when i entered the WS:// url it reflects that a web-socket connection has been established but still no data comes on the screen. i th

Re: [web2py] Re: Not open source yet... but

2012-06-11 Thread Nomad
> > i was intrested in checking this out but there appears to be no source > available at the posted url. Is there somewhere i can get a look at this ? I'm currently working on a websockets project using web2py as a front end > and this would be a good teaching tool

Re: [web2py] Re: Not open source yet... but

2012-06-10 Thread tonton
thanks i managed to figure it out with a bit of thinking... thank you for getting back to me and for providing the source code for this. its going to be a long bumpy road but when all is done i hope to walk away from this with deeper knowledge of web sockets... right now i have problems with the

Re: [web2py] Re: Not open source yet... but

2012-06-09 Thread Massimo Di Pierro
This (T('Index'),URL('index').xml()==URL().xml(),URL('index'),[]), should be (T('Index'),URL('index')==URL(),URL('index'),[]), On Saturday, 9 June 2012 15:57:02 UTC-5, tonton wrote: > > hie im looking at the source code... i think i have most of the > infrastructure in place... but to start

Re: [web2py] Re: Not open source yet... but

2012-06-09 Thread tonton
hie im looking at the source code... i think i have most of the infrastructure in place... but to start log2db.py i run into the following error.. Traceback (most recent call last): >> File "/home/www-data/web2py/gluon/restricted.py", line 205, in >> restricted >> exec ccode in environmen

Re: [web2py] Re: Not open source yet... but

2011-01-06 Thread Lorin Rivers
Thanks, Massimo! Looking forward to checking out the processing stuff! On Dec 30, 2010, at 18:32 , mdipierro wrote: > Source: http://code.google.com/p/emte-trading/ > -- Lorin Rivers Mosasaur: Killer Technical Marketing 512/203.3198 (m)

Re: [web2py] Re: Not open source yet... but

2010-12-30 Thread Manu
It is awesome, like it . Just looking at the video i have learn a lot of new tools( websocket, processing.js, html5 canvas ) . Even if i understood that web2py was the main tool here , would it be possible to have the websocket part of rocket so that we can play with this kind of tool too ( i am w

Re: [web2py] Re: Not open source yet... but

2010-12-28 Thread Bruno Rocha
I Guess that Cyclone with RESTMQ is a good option for that. (I read about it) https://github.com/gleicon/restmq http://www.restmq.com/ 2010/12/28 mdipierro > I needed something that could do http get, http post and comet via > html5 websockets. > > I looked at the other options gevent, twisted

Re: [web2py] Re: Not open source yet... but

2010-12-28 Thread Albert Abril
I think Orbited has the feature of emulate websocket. http://orbited.org/wiki/WebSocket On Tue, Dec 28, 2010 at 7:04 PM, mdipierro wrote: > I needed something that could do http get, http post and comet via > html5 websockets. > > I looked at the other options gevent, twisted, etc, I either had