Re: AN Intorduction to Tkinter

2006-10-01 Thread Fuzzyman
[EMAIL PROTECTED] wrote: > Sorry about that. > > As far as I can tell, its not anything to do with your code. I think > its something with tkinter modules. Sorry about misleading you. > > Thanks for the help, I'm sure you'll hear from me soon again. In > fact... Unless you post the following, no-

Re: AN Intorduction to Tkinter

2006-10-01 Thread Steve Holden
Fredrik Lundh wrote: > [EMAIL PROTECTED] wrote: > > >>As far as I can tell, its not anything to do with your code. I think >>its something with tkinter modules. > > > as in ? > > you've posted five posts to this thread, but you still haven't provided > us with more clues than "I noticed they

Re: AN Intorduction to Tkinter

2006-10-01 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > As far as I can tell, its not anything to do with your code. I think > its something with tkinter modules. as in ? you've posted five posts to this thread, but you still haven't provided us with more clues than "I noticed they didn't work" and "I think it's something

Re: AN Intorduction to Tkinter

2006-09-30 Thread [EMAIL PROTECTED]
Sorry about that. As far as I can tell, its not anything to do with your code. I think its something with tkinter modules. Sorry about misleading you. Thanks for the help, I'm sure you'll hear from me soon again. In fact... FlyingIsFun1217 -- http://mail.python.org/mailman/listinfo/python-list

Re: AN Intorduction to Tkinter

2006-09-28 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: >> Since the examples out of An Introduction to Tkinter work, what else >> could be useful to you is hard to guess. > > Basically, any kind of program using Tkinter, and has some sort of > usefulness you don't seem to have noticed, but you *still* haven't explained what

Re: AN Intorduction to Tkinter

2006-09-28 Thread [EMAIL PROTECTED]
> Since the examples out of An Introduction to Tkinter work, what else > could be useful to you is hard to guess. Basically, any kind of program using Tkinter, and has some sort of usefulness btw, I DO look at signatures believe it or not, and already (as in before I even read this post) I have

Re: AN Intorduction to Tkinter

2006-09-27 Thread jmdeschamps
... > > If anybody has some really good sites with examples of Tkinter programs > and stuff, please share :) ... You should really pay attention to people's reply to your questions if you want help ;-) In this case meaning, that you should show what type of problem you are getting. Since the exa

Re: AN Intorduction to Tkinter

2006-09-27 Thread [EMAIL PROTECTED]
Fredrik Lundh wrote: > Mikael Olofsson wrote: > > > You probably mean > > > > http://www.pythonware.com/library/tkinter/introduction/ > > > > which is copyrighted 1999. There is also > > > > http://effbot.org/tkinterbook/ > > > > which I think is the most recent version of it. It states th

Re: AN Intorduction to Tkinter

2006-09-27 Thread Fredrik Lundh
Mikael Olofsson wrote: > You probably mean > > http://www.pythonware.com/library/tkinter/introduction/ > > which is copyrighted 1999. There is also > > http://effbot.org/tkinterbook/ > > which I think is the most recent version of it. It states that it is > last updated in November 20

Re: AN Intorduction to Tkinter

2006-09-27 Thread Mikael Olofsson
The following is the answer I gave on [EMAIL PROTECTED] Perhaps Fredrik can elaborate on the status of different versions of his excellent publication. Tanner Ruschman wrote about "An Introduction to Tkinter" by Fredrik Lundh: > > When I saw that it was written > > (actually, copyrighted) in 1

Contender for QOTW - Was : Re: AN Intorduction to Tkinter

2006-09-26 Thread Hendrik van Rooyen
"John Machin" <[EMAIL PROTECTED]> wrote: > In that case, don't burn bandwith by banal banter, post the examples! +1 here - Hendrik -- http://mail.python.org/mailman/listinfo/python-list

Re: AN Intorduction to Tkinter

2006-09-26 Thread John Machin
[EMAIL PROTECTED] wrote: > > Tis question was just asked on the py2exe mailing list. I predicted > > that if it was asked here, you would respond asking exactly which > > examples didn't work. :-p > > Right you were :-) > > Just want to learn what I already know as a great programming > interface(

Re: AN Intorduction to Tkinter

2006-09-26 Thread [EMAIL PROTECTED]
> Tis question was just asked on the py2exe mailing list. I predicted > that if it was asked here, you would respond asking exactly which > examples didn't work. :-p Right you were :-) Just want to learn what I already know as a great programming interface(?)/language... Tanner -- http://mail.

Re: AN Intorduction to Tkinter

2006-09-26 Thread Fuzzyman
Fredrik Lundh wrote: > [EMAIL PROTECTED] wrote: > > > I know that the most known tkinter intro guide at the time is "An > > Intorduction to Tkinter" by Frederick Lundh, but after trying some of > > the examples, I noticed that they did not work > > what ex

Re: AN Intorduction to Tkinter

2006-09-26 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I know that the most known tkinter intro guide at the time is "An > Intorduction to Tkinter" by Frederick Lundh, but after trying some of > the examples, I noticed that they did not work what examples are this ? are you sure it's not a probl

AN Intorduction to Tkinter

2006-09-26 Thread [EMAIL PROTECTED]
Hi, I'm too lazy to retype my "problem", so here's the message I sent to the py2exe mailing list (not quite the right place, but thankfully, I was redirected here...) I know that the most known tkinter intro guide at the time is "An Intorduction to Tkinter" by Fre