I use DreamPie, a wrapper around the Python interpreter.  I would like to 
be able to use the web2py console shell from within DreamPie.  I could also 
imagine wanting to use it from within other alternative Python 
interpreters, for instance inside the IPython QT console or a console 
embedded in an IDE.

The easiest way to do this would be if I could launch the web2py 
environment from within an already-running Python session.  So that I would 
start up whatever shell I want, and then do something like:

>>> import web2py
>>> web2py.set_up_shell(app='my_app')

and have the same environment as if I had run "python web2py.py -S my_app".

Is this possible?

-- 
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.

Reply via email to