Bruce Sherwood - 2012-01-23

From the Documentation/FAQ at vpython.org, though you already found Mientki's info: "This is difficult because VPython has two threads, your computational thread and a rendering thread which about 25 times per second paints the scene using the current attributes of the graphics objects. However, Stef Mientki has managed to embed VPython in a wxPython window on Windows; see the contributed section." Restructuring VPython to do this nicely would require a volunteer who is expert in the use of wxPython.