RE: VB6 frontend GUI with Python

2007-11-20 Thread Ryan Ginstrom
> On Behalf Of Claire Blair > I am trying to write a VB6 (not VB.Net) application that has > a console window that allows Python command to be typed at the prompt. I'm not sure what pieces of the puzzle you're missing. Were you able to create a simple COM server with Python? At a conceptual leve

Re: VB6 frontend GUI with Python

2007-11-20 Thread Diez B. Roggisch
> Simple. its because my main application (the GUI that is), is written in > VB6. I have a MDI application (i.e. many child windows in the same > application), and I want to use one of these windows as a console to > inteactively type Python commands. If I were to use wxPython, I would > not be ab

Re: VB6 frontend GUI with Python

2007-11-20 Thread Claire Blair
Diez B. Roggisch wrote: > Claire Blair wrote: > > >>I am trying to write a VB6 (not VB.Net) application that has a console >>window that allows Python command to be typed at the prompt. >> >>The idea is so that, I can have full Python scripting from within my >>application. I should be able to

Re: VB6 frontend GUI with Python

2007-11-20 Thread Diez B. Roggisch
Claire Blair wrote: > I am trying to write a VB6 (not VB.Net) application that has a console > window that allows Python command to be typed at the prompt. > > The idea is so that, I can have full Python scripting from within my > application. I should be able to type commands from a Python scrip

VB6 frontend GUI with Python

2007-11-20 Thread Claire Blair
I am trying to write a VB6 (not VB.Net) application that has a console window that allows Python command to be typed at the prompt. The idea is so that, I can have full Python scripting from within my application. I should be able to type commands from a Python script (include import etc, so I