How to embed PyWin32 interpreter into C++ program ?

Alex Halaburda transtexus at yahoo.com
Wed Feb 5 05:31:31 EST 2003


Hi,
Python PyWin32 extension is very handy. And it ships with great
interpreter.
Does anybody know how to embed interpreter window into C++ application
(maybe as child frame). I have tried to lunch interpreter through
RunSimpleString() with starting script, but interpreter starts only
once, the second time RunSimpleString() return -1. To lunch
interpreter one more time it is required to restart application.

Best regards, Alex Halaburda




More information about the Python-list mailing list