interfacing Python interpreter with a VB6 frontend

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Oct 3 07:15:00 EDT 2007


En Wed, 03 Oct 2007 07:53:15 -0300, Anonymous <no.reply at here.com> escribi�:

> Ryan Ginstrom wrote:
>> 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.
>
> Hi Ryan, do you have a link to the resources you mentioned?. I did a
> search for win32com - and found this :
> http://python.net/crew/mhammond/win32/FAQ.html  (most of the links were
> either dead, or refrerred to using COM from within Python - i.e. the
> OTHER way round).

win32com is part of the Python for Windows extensions by Mark Hammond:
https://sourceforge.net/projects/pywin32/

-- 
Gabriel Genellina




More information about the Python-list mailing list