[Pythonmac-SIG] Eclipse + SWT + Python

Bill Janssen janssen at parc.com
Mon Nov 19 22:51:51 CET 2007


> Ultimately, I'm looking for a windowing toolkit that uses native
> widgets, one that can provide a high level of visual polish, that can
> be built for multiple OS's and platforms, and that plays nicely with
> Python.

Another possibility is to use Java Swing, via JCC, Andi Vajda's system
for producing Python stubs for Java classes.  Of course, you'd have to
have a JRE installed on your machine, along with Python.  I've been
impressed with the Python API this provides for Lucene, another Java
toolkit.

See http://svn.osafoundation.org/pylucene/trunk/jcc/jcc/README

Bill


More information about the Pythonmac-SIG mailing list