Is there a way to make programs written in these two languages communicate
with each other? I am pretty sure that VBScript can access a Python script
because Python is COM compliant. On the other hand, Python might be able to
call a VBScript through WSH. Can somebody provide a simple example? I hav
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
Thanks to Michel Claveau and Paul Paterson for providing examples on how to
use ScriptControl to embed VBScript in Python script. I've only tried this
once before on another occasion and it was fascinating to see how a function
generates another function!
Valentina
--
http://mail.python.org/mai
A while ago I asked how VBScript can be called from Python. The two answers
I received suggested using win32com.client and
MSScriptControl.ScriptControl. This solution required embedding the VBScript
code inside the Python script.
Here's a shell approach that runs an existing VBScript file:
Pyth
>>Daniel Fetchinson writes:
> >Probably this thread is going by far too far :)
>Ben Finney [ben+pyt...@benfinney.id.au] writes:
> Agreed.
I was following this discussion first with curiosity and then with
increasing disbelief. As a scientist and a programmer, I always
considered myself belonging
possible, and extract the information from the GDB. This latter will
work for PGDB, not sure about FGDB.
Regards,
Valentina Boycheva
From: Jim Valenza [mailto:jim.vale...@gmail.com]
Sent: Tuesday, November 10, 2009 2:33 PM
To: python-list@python.org
Subject: New to Python need on advice