--On 16. August 2007 21:21:36 -0700 rieh25 <[EMAIL PROTECTED]> 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
pgpfeozwQBqH5.pgp
Description: PGP signature
_______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
