Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105675
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Key Binding Problem |
| Date | 2016-03-24 21:43 -0400 |
| Organization | IISS Elusive Unicorn |
| Message-ID | <mailman.127.1458870167.2244.python-list@python.org> (permalink) |
| References | (4 earlier) <GZ-dnUtlpauMIG_LnZ2dnUU7-S-dnZ2d@giganews.com> <mailman.74.1458780091.2244.python-list@python.org> <06adnbnMouHI027LnZ2dnUU7-XednZ2d@giganews.com> <mailman.90.1458821171.2244.python-list@python.org> <X5udnY9b3tM1jmnLnZ2dnUU7-V-dnZ2d@giganews.com> |
On Thu, 24 Mar 2016 11:19:52 -0500, Wildman via Python-list
<python-list@python.org> declaimed the following:
>
>I believe I understand. Thanks. If you can't tell, I'm new to
>Python so the learning process is on-going.
And you decided to throw in a GUI framework at the same time...
I've only written one program using Tkinter (and I stuck the old PMW
library on top of that) -- it was quite horrid of a program. I have used
the file-requester in a few others though, but that is a stand-alone
widget/dialog.
My only other GUI experience is a rudimentary "Jeopardy" framework
(called Jeparody -- did not include timers and player buttons) done on a
whim for an investment mailing list, using VB6... And a significant
application in which I emulated the display features of a Ramtek 9300
graphics engine using DECWindows with Graphical Kernel System on top (and
no "GUI Builder" -- just a hand-written GUI description file).
I'd recommend going through the Python Tutorial, study the standard
types in the Library manual, and maybe skim through the Python Reference...
THEN maybe consider a GUI...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-22 21:46 -0500
Re: Key Binding Problem MRAB <python@mrabarnett.plus.com> - 2016-03-23 03:02 +0000
Re: Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-22 23:28 -0500
Re: Key Binding Problem Terry Reedy <tjreedy@udel.edu> - 2016-03-23 02:47 -0400
Re: Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-23 10:40 -0500
Re: Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-23 10:58 -0500
Re: Key Binding Problem Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-23 20:34 -0400
Re: Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-23 21:17 -0500
Re: Key Binding Problem Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-24 08:06 -0400
Re: Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-24 11:19 -0500
Re: Key Binding Problem Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-24 21:43 -0400
Re: Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-24 23:37 -0500
Re: Key Binding Problem Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-25 12:50 -0400
Re: Key Binding Problem Terry Reedy <tjreedy@udel.edu> - 2016-03-22 23:52 -0400
Re: Key Binding Problem Wildman <best_lay@yahoo.com> - 2016-03-22 23:30 -0500
csiph-web