From: Jerzy K. <jer...@un...> - 2012-06-12 09:53:42
|
Le 12/06/2012 09:11, Yann Golanski a écrit : > Here is an example of embedding VPython within a GTK GUI. > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users Nice idea... Of course this will not work on Windows (no os.fork, although some people manufactured some unsafe hacks). The problem can be probably solved using .subprocess in Python, but this is not my domain. Perhaps somebody could add something? Jerzy Karczmarczuk |