tags:

views:

100

answers:

1

I need to make some GUIs for a Jython application, but would like to minimize translation time should the project switch over to CPython. HTML or XUL are possibilities, but ones that I'd like to avoid. Any ideas on a cross-implementation pythonic GUI toolkit?

A: 

From the discussion here, it doesn't look as though there is a single GUI toolkit that can be used across both Jython and CPython. There have been attempts like wx4j (wxWindows for Java) but these are not actively maintained.

Brandon Corfman
Not the answer I was looking for, but it looks like you're correct.
kwatford