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 <[EMAIL PROTECTED]>
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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to