17 Aug
2007
17 Aug
'07
4:39 a.m.
--On 16. August 2007 21:21:36 -0700 rieh25 <robertoedwins@gmail.com> wrote:
I have an external method like this:
import os
def ext_programm(): os.system('notepad.exe')
But it doesn't work.
You can figure it out yourself by checking the return value of os.system() and by checking the console messages. Likely you're search path is not set properly. -aj