From: Jonathan B. <jbr...@ea...> - 2003-10-02 01:07:24
|
On Wed, 2003-10-01 at 13:16, IVES,THOM (HP-Boise,ex1) wrote: > VP Users, > > I am curious if anyone else has ever wished that they could run > VPython within a tkinter frame or window, or within a wxPython frame. > It seems that this would have some nice benefits with respect to some > of the projects that I have used it on. > > Thom > At the moment you can't really do that, in the same program. However, someone else pointed out recently that you can run a Visual-based program in a separate python interpreter and communicate with it via a pipe or socket. I haven't tried this method myself. -Jonathan Brandmeyer |