wxPython and jPython

Robin Dunn robin at alldunn.com
Mon Jul 24 22:32:49 EDT 2000


"A J Wilson" <wilson.austin.aj at bhp.com.au> wrote in message
news:8ld08k$h5s$1 at gossamer.itmel.bhp.com.au...
> Hi
>
> Is it possible to use wxPython under jPython?  The reason I wish to do so
is
> that I have a java-based API that I wish to use under jpython but do not
> wish to go to the trouble of learning AWT or SWING for the GUI.
>

No.  It would require either creating a JNI (Java Native Interface) layer to
wxWindows, or implementing a wxPython compatible API in Swing, neither of
which has been done.

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






More information about the Python-list mailing list