[web2py] The shell on web2py does not execute any instruction

2015-10-20 Thread Vladimir Torres
Good Morning users about web2py

I am learning about web2py, I must to connect to Oracle data base, I want 
to test the conecction DAL from shell but it only shows "none", any 
instruction executed shows "none",
someone knows why happen this?.

Thanks. 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] The shell on web2py does not execute any instruction

2015-10-20 Thread António Ramos
shell sucks :P

2015-10-20 15:59 GMT+01:00 Vladimir Torres :

> Good Morning users about web2py
>
> I am learning about web2py, I must to connect to Oracle data base, I want
> to test the conecction DAL from shell but it only shows "none", any
> instruction executed shows "none",
> someone knows why happen this?.
>
> Thanks.
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] The shell on web2py does not execute any instruction

2015-10-20 Thread p a
El martes, 20 de octubre de 2015, 18:06:36 (UTC+2), Ramos escribió:
>
> shell sucks :P
>

But the python shell rocks!

python2 web2py.py -S your_app -M


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] The shell on web2py does not execute any instruction

2015-10-20 Thread Massimo Di Pierro
yes. the web shell sucks. The problem is that it cannot reliably remember 
the state across http requests. It really is only to explore the API.
The python web2py shell on the other side...


On Tuesday, 20 October 2015 16:09:01 UTC-5, p a wrote:
>
> El martes, 20 de octubre de 2015, 18:06:36 (UTC+2), Ramos escribió:
>>
>> shell sucks :P
>>
>
> But the python shell rocks!
>
> python2 web2py.py -S your_app -M
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.