Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105675
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Key Binding Problem |
| Date | Thu, 24 Mar 2016 21:43:26 -0400 |
| Organization | IISS Elusive Unicorn |
| Lines | 29 |
| Message-ID | <mailman.127.1458870167.2244.python-list@python.org> (permalink) |
| References | <o6ydncSeoNfrnm_LnZ2dnUU7-IfNnZ2d@giganews.com> <mailman.27.1458702187.2244.python-list@python.org> <L6KdnXoY773thm_LnZ2dnUU7-QOdnZ2d@giganews.com> <mailman.31.1458715678.2244.python-list@python.org> <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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de MMjAY3BVPcjz9h4sM0aFeQ0bsGY9c6NHCLBr7H233NLQ== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'throw': 0.09; 'python': 0.10; 'thu,': 0.15; '2016': 0.16; 'file).': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:Problem': 0.16; 'url:home': 0.18; 'gui': 0.18; 'thanks.': 0.18; 'library': 0.20; 'tkinter': 0.22; 'player': 0.23; 'written': 0.24; "i've": 0.25; 'header:X-Complaints-To:1': 0.26; '-0500,': 0.29; "i'm": 0.30; "i'd": 0.31; "can't": 0.32; 'though,': 0.32; 'maybe': 0.33; 'done': 0.35; 'quite': 0.35; 'but': 0.36; 'list,': 0.36; '(and': 0.36; 'framework': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'mailing': 0.38; 'application': 0.39; 'to:addr:python.org': 0.40; 'engine': 0.62; 'mar': 0.65; 'believe': 0.66; 'python-list': 0.66; 'decided': 0.66; 'investment': 0.67; 'study': 0.70; 'manual,': 0.84; 'that)': 0.84; 'dennis': 0.91; 'graphical': 0.91; 'received:108': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | adsl-108-73-117-233.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:105675 |
Show key headers only | View raw
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