beeline through tkinter

Alejandro López-Valencia me at privacy.net
Sun Feb 15 15:09:46 EST 2004


On Fri, 13 Feb 2004 17:26:36 +0100, Eric Brunel
<eric.brunel at N0SP4M.com> wrote:

>Elaine Jackson wrote:
>> I'm about to tackle tkinter, but here's the thing: The only kind of GUI I want
>> to work on is a chessboard (an 8x8 grid of images that can be "moved around").
>> So before I start, I'm asking the room at large: Is there some way of going
>> directly to what I'm interested in? Any help will be very much appreciated.
>
>If you don't already have it, download the source distribution of Python and go 
>to the Demo/tkinter/matt sub-directory. There are many examples here that you 
>can use to do what you want; see for example canvas-moving-w-mouse.py

Even better yet (each command goes in a single line):

prompt> cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/python
login

	[hit Enter Key when prompeted for a password]

prompt> cvs -z3
-d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/python checkout -d
python_demo_scripts -P dist/src/Demo 

prompt> cvs -z3
-d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/python checkout -d
python_tool_scripts -P dist/src/Tools

And you'll have more examples than you can shake a stick at. Beats
downloading an 8 Mb tarball compressed with bzip2 at any rate.

If you are CVS challenged (not surprising if you haven't used anything
but Windows or MacOS during the duration of your natural life), go to
http://www.wincvs.org/ and download the GUI client and to
http://cvs.cvshome.org/ for a copy of the CVS book.

Alejo

-- 
The limits of my language are the limits of my world.
                                 Ludwig Wittgenstein

Get in touch through <http://dradul.tripod.com/>



More information about the Python-list mailing list