[python-win32] vb6 calling python script

Gerdus van Zyl gerdusvanzyl at gmail.com
Mon Oct 26 16:31:34 CET 2009


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 Chevitarese
<fchevitarese at gmail.com> wrote:
> 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.wordpress.com
> Fred Chevitarese - GNU/Linux
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>


More information about the python-win32 mailing list