Re: Porting Tkinter application to JYthon

2006-11-27 Thread Tim N. van der Leeuw
Hi Sandip, 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 JYth

Re: Porting Tkinter application to JYthon

2006-11-23 Thread Godson
On 11/23/06, sandip desale <[EMAIL PROTECTED]> 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

Re: Porting Tkinter application to JYthon

2006-11-23 Thread Andre Burgaud
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/

Re: Porting Tkinter application to JYthon

2006-11-23 Thread Tim N. van der Leeuw
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. > >