[Tutor] [Q] Newbie's question on Python graphics

dman dsh8290@rit.edu
Tue, 21 Aug 2001 17:13:23 -0400


On Tue, Aug 21, 2001 at 09:23:21PM +0200, Geert Stappers wrote:
...

 
| A few days ago there was here a pointer to wxpython
| check out http://www.wxpython.org/wxpshots.php

wxPython is nice, but it is a set of C++ extensions to Python to wrap
the C++ written wxWindows toolkit and isn't accessible from Jython or
Java unless you write JNI to wrap wxWindows (or use RPC of some sort,
or ILU or something else).

-D