[web2py] Re: linux shell scripts and web2py

2014-01-14 Thread Adam Detektyw
I found that Python uses sth like that: import subprocesssubprocess.call(['./scriptshell.sh']) Looks fine. I must try it. Thanks a lot Regards Adam -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.googl

[web2py] linux shell scripts and web2py

2014-01-13 Thread Adam Detektyw
Hi I consider use web2py but I have one question. I have big linux application built from many linux shell scripts and I would like to run it under web2py, but I dont know it is possible. Generally I want to use web2py/html/jquery as grapfic interface to that all scripts. Is any inner functio