i have a script that launches a few things, including web2py. I use
the multiprocessing module and everything starts up.

def startWeb2py()
    name=multiprocessing.current_process().name
    os.system('python ./blueLite/web2py/web2py.py -a {0} -
N'.format(password))
    ...

Hope this helps,
Mart :)


On Nov 1, 12:22 pm, Tim Korb <jtk...@gmail.com> wrote:
> Thanks.  I'll follow the instructions there (looks like some useful
> information, in any case!).
>
> Tim

Reply via email to