[Tutor] Windows Linux Popen

Matthew Ngaha chigga101 at gmail.com
Thu Jun 27 17:39:00 CEST 2013


On Thu, Jun 27, 2013 at 1:37 PM, Peter Otten <__peter__ at web.de> wrote:

> Your working directory may differ from the directory containing
> echo_server.py. Try specifying the full path, e. g.
>
> SCRIPT = 'c:\\path\to\\echo_server.py' # replace with your actual path
> p = subprocess.Popen(
>     ['python3', SCRIPT])
>
oh for some reason i didnt see this message. Thanks i will try this out also


More information about the Tutor mailing list