Re: Python and Tkinter Programming by John Grayson

2010-05-29 Thread Pradeep B
On Fri, Jan 22, 2010 at 6:48 AM, Ethan Furman et...@stoneleaf.us wrote: Peter wrote: On Jan 15, 9:12 am, Kevin Walzer k...@codebykevin.com wrote: On Jan 15, 6:24 am, Mark Rosemanm...@markroseman.com  wrote:  Peterpeter.milli...@gmail.com  wrote: Besides, the book is mainly about using

Tkinter library reference

2010-05-29 Thread Pradeep B
Do we have a standard reference library for Tkinter available? -- Pradeep -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter library reference

2010-05-31 Thread Pradeep B
On Mon, May 31, 2010 at 2:46 PM, eb303 eric.brunel.pragma...@gmail.com wrote: On May 29, 3:11 pm, Pradeep B pradeepb...@gmail.com wrote: Do we have a standard reference library for Tkinter available? -- Pradeep Short answer: no, at least not a complete one for Tkinter itself. However

Re: Python and Tkinter Programming by John Grayson

2010-05-31 Thread Pradeep B
On Sat, May 29, 2010 at 7:33 PM, Kevin Walzer k...@codebykevin.com wrote: Tkinter doesn't wrap native printing API's. There are a few extensions that do it, but they are platform specific and not complete. The usual ways of printing are like this: 1. If you're outputting data from the text