Porting Tkinter application to JYthon

Tim N. van der Leeuw tnleeuw at gmail.com
Thu Nov 23 08:36:46 EST 2006


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




More information about the Python-list mailing list