> 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
> 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
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
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
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