Re: interfacing Python interpreter with a VB6 frontend

2007-10-03 Thread Steve Holden
Anonymous wrote: > > Ryan Ginstrom wrote: > >>> 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

Re: interfacing Python interpreter with a VB6 frontend

2007-10-03 Thread Gabriel Genellina
En Wed, 03 Oct 2007 07:53:15 -0300, Anonymous <[EMAIL PROTECTED]> 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 s

Re: interfacing Python interpreter with a VB6 frontend

2007-10-03 Thread Giles Brown
On 3 Oct, 11:07, Anonymous <[EMAIL PROTECTED]> wrote: > I am trying something which appears (so far), that many other people > have not yet tried before - since I can't find any useful related > material despite several days of searching various sites/blogs etc. > > I want to use VB6 as a front end

Re: interfacing Python interpreter with a VB6 frontend

2007-10-03 Thread Anonymous
Ryan Ginstrom wrote: >>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

RE: interfacing Python interpreter with a VB6 frontend

2007-10-03 Thread Ryan Ginstrom
> 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 collec

interfacing Python interpreter with a VB6 frontend

2007-10-03 Thread Anonymous
I am trying something which appears (so far), that many other people have not yet tried before - since I can't find any useful related material despite several days of searching various sites/blogs etc. I want to use VB6 as a front end for building a small GUI console that accepts python comman