Re: FW: executing VBScript from Python and vice versa

2005-02-05 Thread Tim Hoffman
PythonWin 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)] on win32. Portions Copyright 1994-2004 Mark Hammond ([EMAIL PROTECTED]) - see 'Help/About PythonWin' for further copyright information. >>> from win32com.client import Dispatch >>> x = Dispatch("MSScriptControl.ScriptControl

FW: executing VBScript from Python and vice versa

2005-02-04 Thread Valentina Boycheva
Thanks for the reply. I already have "Learning Python" from Mark Lutz and David Ascher, which covers 2.3 (I am in 2.4). However, it seems like heavy artillery to me. What I want is, for instance, run a VBScript to get a function output and feed it to the Python script that called it. The reason is