[wxPython] wxPython with JPython?

I hope this question hasn't been asked (too often) before now. Has
anyone experience of using wxPython under JPython, if indeed it's
possible at all?

Thanks for any comments.

Bill

I hope this question hasn't been asked (too often) before now. Has
anyone experience of using wxPython under JPython, if indeed it's
possible at all?

It's not possible. You would have to write a JNI (is that the right TLA?)
for Java that wraps the wxWindows library similar to how wxPython wraps it.
Then once it was available in Java then it would be in wxPython. Another
posibility that has been mentioned in the past is to reimplement the
wxPython API using Swing underneath instead of wxWindows. Unfortunaly both
of these ideas woudl be non-trivial tasks.

ยทยทยท

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

Bill Bell wrote:

I hope this question hasn't been asked (too often) before now. Has
anyone experience of using wxPython under JPython, if indeed it's
possible at all?

Well, there was this:
http://lists.wxwindows.org/pipermail/wxpython-users/2001-January/004139.html