[Tutor] Broken os.system() in Windoze

Kirby Urner urnerk@qwest.net
Tue, 25 Sep 2001 14:59:59 -0700


>
>Or maybe I'm just dreamin'.
>
>Any help/pointers welcome.
>
>Kirby

Note:  If I go to a DOS box and boot the Python
shell in DOS vs. in GUI IDLE (blech), then I'm
able to import os, os.system("notepad") just fine.

Somehow +already+ being in DOS solves the problem,
but trying to run os.system("notepad") from within
the Windows shell results in an error message and
an exit code of 65413

Kirby

PS:  it's not really notepad I'm interested in --
just using this as an example.