On Fri, Mar 2, 2012 at 3:21 PM, Sean Cavanaugh (scavanau)
wrote:
> Hello All,
>
>
>
> I am trying to write a webpage wrapper for some scripts I have written in
> python on my FreeBSD 9 machine.
>
>
>
> When I do this on the command line
>
>
>
> #python tests.py
>
>
>
> It works fine, although the
Hello All,
I am trying to write a webpage wrapper for some scripts I have written
in python on my FreeBSD 9 machine.
When I do this on the command line
#python tests.py
It works fine, although the script takes 8 full seconds to
run...(normal) when I do a:
proc = subprocess.Popen