Re: [web2py] Re: MongoDB adapter

2015-05-02 Thread José Ricardo Borba
Paolo, Thank you for you quickly response. But I'm working with the latest web2py/Pydal 2.10.4 (downloaded 2.10.3 and updated). I forgot to mention this. I'm sorry. My second bet is that the parser of time (the time_itens above) need to be modified to work with time in mongo, Still not knowing

Re: [web2py] Re: MongoDB adapter

2015-05-02 Thread Paolo Valleri
Open an issue to don't forget it,I'll fix it in the next few days Paolo On May 2, 2015 1:18 PM, José Ricardo Borba jrborba...@gmail.com wrote: Paolo, Thank you for you quickly response. But I'm working with the latest web2py/Pydal 2.10.4 (downloaded 2.10.3 and updated). I forgot to mention

Re: [web2py] Re: MongoDB adapter

2015-05-02 Thread José Ricardo Borba
OK. Thank you very much again. Cheers. 2015-05-02 8:22 GMT-03:00 Paolo Valleri paolo.vall...@gmail.com: Open an issue to don't forget it,I'll fix it in the next few days Paolo On May 2, 2015 1:18 PM, José Ricardo Borba jrborba...@gmail.com wrote: Paolo, Thank you for you quickly

[web2py] Re: MongoDB adapter

2015-05-02 Thread Paolo Valleri
Hi, try use the latest version of pydal, Mongo adapter has been recently updated to work with pymongo 3.0 However, I think this is a bug. Can you open a bug report on https://github.com/web2py/pydal Paolo On Saturday, May 2, 2015 at 3:58:13 AM UTC+2, José Borba wrote: Hi 4 All, I'm new to

[web2py] Re: Bypassing Opening Dialog in Windows Binary Startup

2015-05-02 Thread Arglanir
I have a custom starting script that I can share: @echo off rem Some variables... set PORT=8002 set pidfile=web2py.pid set mycommand=web2py_no_console.exe set adminpassword=your_password set urltodisplay=http://127.0.0.1:%PORT%/ rem Restarting Web2Py? if exist %pidfile% ( echo Stopping

Re: [web2py] Re: socket.io to connect to tornado websocket

2015-05-02 Thread António Ramos
with port in a variable i still dont connect... 2015-05-01 17:29 GMT+01:00 Derek sp1d...@gmail.com: I believe you have to put the port in a variable... var socket = new io.Socket('ws://localhost/realtime/mygroup1',{ port: 12200 }); On Friday, May 1, 2015 at 9:16:01 AM UTC-7, Ramos

[web2py] Interesting new Python--Javascript builder

2015-05-02 Thread Joe Barnhart
Saw this yesterday... https://github.com/timothycrosley/jiphy It translates Python to Javascript and Javascript to Python. I could see it as an enhancement to the {{}} functionality in web2py to help write javascript code in python syntax. C'mon, you know you already think in python -- just