Mailing List Archive

Beginner - Tkinter info
I am just starting using python and I would like to learn more. I have
about all the docs written by guido but I haven't found yet
documentation about tkinter usage. Can you help me?
Where I can find some example of both python and tkinter?

Tnx

Marco Buzzo
marco.buzzo@usa.NOSPAM.net
Beginner - Tkinter info [ In reply to ]
On Sat, 17 Apr 1999 09:53:48 GMT, Kranio <kranio@nospam.nospam.it> wrote:

>Where I can find some example of both python and tkinter?

Try http://www.pythonware.com

Dave Cook
Beginner - Tkinter info [ In reply to ]
Kranio <kranio@nospam.nospam.it> wrote:
> I am just starting using python and I would like to learn more. I have
> about all the docs written by guido but I haven't found yet
> documentation about tkinter usage. Can you help me?

http://www.python.org/topics/tkinter/doc.html
has the full story.

</F>
Beginner - Tkinter info [ In reply to ]
Kranio wrote:
>
> I am just starting using python and I would like to learn more. I have
> about all the docs written by guido but I haven't found yet
> documentation about tkinter usage. Can you help me?
> Where I can find some example of both python and tkinter?

A couple of people have already provided pointers to what
little there is in the way of Tkinter docs, so I'm not actually
going to contribute anything towards answering this question.
What I am going to do is take this wonderful opportunity to bitch
and moan a little bit about the state of the Tkinter documentation.

The rest of the "base" parts of python seem to be fairly completely
documented. At least I can always find the information I need to
solve whatever problem I happen to be having. This is a great thing
(thanks Guido!) which makes it easy for experienced programmers
who are new to Python to hit the ground running.

Unfortunately, the same isn't even close to true of Tkinter.
The most useful thing I have so far been able to find is
Fredrik Lundh's "Introduction to Tkinter":
http://www.pythonware.com/library/tkinter/introduction/index.htm
While this contains some useful information, it has a couple of
problems:
1) It's a work in progress (which means: "woefully incomplete").
2) It isn't available as one download (if it is, I couldn't find
it and I looked pretty hard). I do most of my programming at
home where constant net access is not an option, so I like to
have my docs locally accessible. Not to mention how frustrating
problems with net lag are when trying to read docs.
3) It is woefully incomplete.

I did my first "reasonable size" program in python the weekend
before last. I really enjoyed the whole process (including
learning more of the language), with the exception of figuring
out how to make Tkinter work. If it hadn't been for Pmw (which
includes copious examples and is almost completely documented),
I would have thrown my hands up in disgust and either abandoned
the project or gone back to straight C and XLib... which would
have been a real shame, because the thrill of having my little
networked game run essentially without modification on NT, linux
and AIX was hard to beat.

I know full well that writing docs is both boring and a pain in
the ass, but they really are needed by the community and would
(I think) help the growth of python.

Just my two cents,
-greg


--
---------------------
Dr. Greg Landrum (landrum.NOSPAM@foreman.ac.rwth-aachen.de)
Institute of Inorganic Chemistry
Aachen University of Technology
Beginner - Tkinter info [ In reply to ]
> "Introduction to Tkinter"

> 1) It's a work in progress (which means: "woefully incomplete").

woeful: lamentably bad or serious; deplorable, afflictive, calamitous,
dire, distressing, grievous, heartbreaking, lamentable, regrettable,
unfortunate.

ouch.

> 2) It isn't available as one download (if it is, I couldn't find
> it and I looked pretty hard).

there's something called websucker.py down in the Tools
directory in the Python distribution:

$ cd Tools/webchecker
$ python websucker.py http://www.pythonware.com/library/tkinter/introduction/index.htm

gives you a local copy in no time at all.

> 3) It is woefully incomplete.

you already said that.

</F>
Beginner - Tkinter info [ In reply to ]
On Mon, 19 Apr 1999 17:01:18 +0200, Greg Landrum
<landrum@foreman.ac.rwth-aachen.de> wrote:

tnx for your support

Marco
Beginner - Tkinter info [ In reply to ]
Fredrik et al,

> there's something called websucker.py down in the Tools
> directory in the Python distribution:

Call me stupid... I can't find websucker.py in either the
Windows or Linux 1.5 distributions... Python.org and starship
come up empty as well...

Any pointers..?

Thanks,
-Peter

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Beginner - Tkinter info [ In reply to ]
pkleynjan@my-dejanews.com wrote:
>
> > there's something called websucker.py down in the Tools
> > directory in the Python distribution:
>
> Call me stupid...

Stupid! Oops...maybe you didn't really mean that. ;-)

> I can't find websucker.py in either the
> Windows or Linux 1.5 distributions...

I don't see it in my Windows version either. If you're talking about
a Linux version that came with your distribution, then they might
not have saved the Tools directory. To check for certain, you
could run
find / -name websucker.py

If you download the Python source and unpack it, websucker.py
should be in Tools/webchecker/ under the Python source directory.

still-waiting-for-an-excuse-to-use-websucker-ly yours
---Tom

--
tbryan@zarlut.utexas.edu
Remove the z from this address to reply.
Stop spam! http://spam.abuse.net/spam/