[Pythonmac-SIG] wxPython, tkinter & other GUIs

Robin Dunn robin@alldunn.com
Thu, 15 Mar 2001 11:01:29 -0800


>
> It would be nice if somebody could compile a module for MacPython to
> interface with Java. I would if I had the knowledge and I would even be
> willing to help if someone would point me in the right direction.
>

You don't need it.  Jython is pure java code and so it all you need are Java
and the Jython class files.  You get a mostly compatible Python interpreter
that is able to import and use java packages and classes as if they were
Python classes.  It's very convenient for embedding scriptable capabilites
in a Java application, but it could also be used for standalone Jython
applications.

The downside however, (in my experience on Windows and Linux anyway) is that
it is much slower than CPython, especially when doing Swing-based GUIs from
JPython.  That may have changed since I last did it though, it's been a
while.

--
Robin Dunn
Software Craftsman
robin@AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!