Re: Looking for up to date documentation for Python/Tkinter

2008-02-25 Thread Gabriel Genellina
En Thu, 21 Feb 2008 13:47:35 -0200, Kintaro <[EMAIL PROTECTED]>  
escribió:

> Please speak unto me the URL which contain the latest documentation on
> Python/Tkinter programming.

For Python itself, the starting points are http://docs.python.org and  
http://wiki.python.org/moin/

-- 
Gabriel Genellina

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


Re: Looking for up to date documentation for Python/Tkinter

2008-02-21 Thread Rob Wolfe
Daniel Mahoney <[EMAIL PROTECTED]> writes:

> On Thu, 21 Feb 2008 07:47:35 -0800, Kintaro wrote:
>
>> Oh wise usenet users,
>> 
>> Please speak unto me the URL which contain the latest documentation on
>> Python/Tkinter programming.
>> 
>> I have seen Fredrik Lundh's introduction to tkinter (and others) and
>> it appears to be for an earlier version of Python. I am working with
>> Python 2.5 and most doc I am finding are for Python 2.2 or earlier.
>> 
>> Many thanks
>
> One of my favorites is http://effbot.org/tkinterbook/


>>> 'Fredrik Lundh' == 'effbot'
True

;-)

Regards,
Rob
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Looking for up to date documentation for Python/Tkinter

2008-02-21 Thread Daniel Mahoney
On Thu, 21 Feb 2008 07:47:35 -0800, Kintaro wrote:

> Oh wise usenet users,
> 
> Please speak unto me the URL which contain the latest documentation on
> Python/Tkinter programming.
> 
> I have seen Fredrik Lundh's introduction to tkinter (and others) and
> it appears to be for an earlier version of Python. I am working with
> Python 2.5 and most doc I am finding are for Python 2.2 or earlier.
> 
> Many thanks

One of my favorites is http://effbot.org/tkinterbook/

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


Re: Looking for up to date documentation for Python/Tkinter

2008-02-21 Thread Kevin Walzer
Kintaro wrote:
> Oh wise usenet users,
> 
> Please speak unto me the URL which contain the latest documentation on
> Python/Tkinter programming.
> 
> I have seen Fredrik Lundh's introduction to tkinter (and others) and
> it appears to be for an earlier version of Python. I am working with
> Python 2.5 and most doc I am finding are for Python 2.2 or earlier.
> 
> Many thanks

The documentation you've looked at should be perfectly valid. Tkinter 
doesn't change much from one version of Python to the next.

Of course, Tk itself does change--the new release, 8.5, is a huge 
update, adding platform-specific theming to better blend in. There's 
tons of Tcl-specific documentation about that. There has been less 
Tkinter-style documentation--this link might be of use:

http://tkinter.unpythonic.net/wiki/TileWrapper

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
-- 
http://mail.python.org/mailman/listinfo/python-list


Looking for up to date documentation for Python/Tkinter

2008-02-21 Thread Kintaro
Oh wise usenet users,

Please speak unto me the URL which contain the latest documentation on
Python/Tkinter programming.

I have seen Fredrik Lundh's introduction to tkinter (and others) and
it appears to be for an earlier version of Python. I am working with
Python 2.5 and most doc I am finding are for Python 2.2 or earlier.

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