interfacing Python interpreter with a VB6 frontend

Ryan Ginstrom software at ginstrom.com
Wed Oct 3 06:49:36 EDT 2007


> On Behalf Of Anonymous
> This requires several steps, but the one I am having most 
> problem finding info on is the ff:
> 
> 1. using/interacting the Python interpreter from VB6

One way to do this might be by creating a COM server with Python, and having
VB feed it lines of text and then collect results of execution for display.

win32com has demos of COM servers.

--
Regards,
Ryan Ginstrom




More information about the Python-list mailing list