Porting Tkinter application to JYthon

Andre Burgaud andre.burgaud at gmail.com
Thu Nov 23 09:03:31 EST 2006


Hi Sandip,

JPype could be a solution to implement the second option mentioned by Tim:
http://jpype.sourceforge.net/

Thanks,

Andre
http://www.burgaud.com/




On 23 Nov 2006 05:36:46 -0800, Tim N. van der Leeuw <tnleeuw at gmail.com>
wrote:
>
> Hi,
>
> sandip desale wrote:
> > Dear All,
> >
> > We have a Tcl/Tk application written using Python 2.2. Using this
> application we want to call some customizable Java APIs. I tried porting
> Tcl/Tk application to Jython but not able to do the same as TKinter library
> is not available with JYthon.
> >
> > Can you please help me in porting Tkinter application to Jython? Also
> kindly let me know how to do the same.
>
> Not having Tkinter in Jython, you can either rewrite your app to be a
> Java Swing app, or you can embed the Java JVM into the Python
> interpreter as an importable library. I believe some projects exist to
> enable the latter, although I don't know of a URL.
>
> Cheers,
>
> --Tim
> >
> >
> > Thanks & Regards,
> > Sandip Desale
> >
> >
> > --
> >
> > Search for products and services at:
> > http://search.mail.com
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20061123/d4cd125c/attachment.html>


More information about the Python-list mailing list