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

Reply via email to