Fred Chevitarese wrote:
>
> I´m new in list!
> My name is Fred Chevitarese. I need to call an Python Script from a
> VB6 application. I´m not sure if it´s possible.
That could mean a couple of things. If you just want to invoke a Python
script as a separate process, then it's exactly like calling
You can just use Shell or AdvShell[1] to run python.exe and the script
name as parameter; If you have the associations that the python
installer setups you might just be able to use just the script name.
~Gerdus
http://www.freevbcode.com/ShowCode.Asp?ID=1282
On Mon, Oct 26, 2009 at 4:38 PM, Fred
Hello all!
I´m new in list!
My name is Fred Chevitarese. I need to call an Python Script from a VB6
application. I´m not sure if it´s possible.
If yes, can anyone show me a link that contains a documentation , how to ,
tutorial anything ?
Any help will be appreciated.
Thanks
http://chevitarese