How to invoke an external application like an EXE file from zope. Regards, Krishna Chaitanya Vempati Systems Integration Practice Infosys Technologies Ltd Ext : 52091 Mob:9886087721 <http://si.ad.infosys.com/SI/SIonly/portal_skins/custom/si>
Krishna Chaitanya Vempati wrote:
How to invoke an external application like an EXE file from zope.
Start by giving your message a meaningful subject line. Continue by not attaching pointless gifs to your message. Further continue by not posting in HTML to a non-HTML list. Finally, look at external methods and python's os.system or popen3 or popen4 functions. Alternatively, front your Zope with Apache and call your .exe as a CGI by URL, if you so require... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
Chris Withers -
Krishna Chaitanya Vempati