python web2py.py -S welcome/default/index -M -N is what I was looking for, but I need the ability to execute it from python and want to pass arguments and vars would like to do that without subprocesses (like os.system or others)
something like import gluon.main gluon.main.wsgi.exec(app,controller, args, vars)

