Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64494
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| 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.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.04; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'jan': 0.12; 'wrote': 0.14; 'question.': 0.14; 'thread': 0.14; 'idle,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:comment': 0.16; 'subject:program': 0.16; 'work"': 0.16; 'wrote:': 0.18; 'looked': 0.18; '(but': 0.19; 'subject:] ': 0.20; 'initial': 0.24; 'mon,': 0.24; 'environment': 0.24; 'header:X -Complaints-To:1': 0.27; 'chris': 0.29; "doesn't": 0.30; 'jean': 0.31; 'run': 0.32; 'another': 0.32; 'linux': 0.33; 'running': 0.33; 'problem': 0.35; "can't": 0.35; 'but': 0.35; 'there': 0.35; 'choosing': 0.36; 'idle': 0.36; 'done': 0.36; 'possible': 0.36; 'similar': 0.36; 'starting': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'skip:. 10': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:u 10': 0.60; 'offer': 0.62; 'within': 0.65; '20,': 0.68; 'default': 0.69 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dave Angel <davea@davea.name> |
| Subject | Re: [newbie] advice and comment wanted on first tkinter program |
| Date | Wed, 22 Jan 2014 07:08:04 -0500 (EST) |
| Organization | news.gmane.org |
| References | <79c02d3e-cf6f-4aaa-bf71-4614a272e88d@googlegroups.com> <mailman.5658.1389994858.18130.python-list@python.org> <2ffb1f76-7e51-46db-bc4a-de2c3efc90ba@googlegroups.com> <mailman.5677.1390057984.18130.python-list@python.org> <7aebab9e-d176-4927-9264-1d0b755f768c@googlegroups.com> <mailman.5736.1390199080.18130.python-list@python.org> <18bc0910-752c-4a34-a02c-61d6f6735cbd@googlegroups.com> |
| X-Gmane-NNTP-Posting-Host | dpc6744192108.direcpc.com |
| X-Newsreader | PiaoHong Usenet NewsReaders 1.36 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5837.1390392356.18130.python-list@python.org> (permalink) |
| Lines | 27 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1390392356 news.xs4all.nl 2929 [2001:888:2000:d::a6]:52582 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64494 |
Show key headers only | View raw
Jean Dupont <jeandupont314@gmail.com> Wrote in message: > Op maandag 20 januari 2014 07:24:31 UTC+1 schreef Chris Angelico: >> On Mon, Jan 20, 2014 at 3:04 PM, Jean Dupont <jeandupont314@gmail.com> wrote: >> > I started a thread "[newbie] starting geany from within idle does not >> > work" > I did try to do the same on my linux desktop computer, but the problem is, > it has another desktop environment (KDE4). In the rpi-environment it is > possible > (but it doesn't work) to change the default IDLE-editor by right-clicking > the idle-icon and choosing geany in stead of leafpad, however the same > can't be done > in KDE4, I hoped to find a similar setting once running IDLE in > Options-->Configure IDLE, but nothing there neither. I also looked > unsuccessfuly in the .idlerc-directory for a config-file. Hence my initial > question. > What does idle offer that Geary does not? Why not just run Geary from your terminal prompt? > -- DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[newbie] advice and comment wanted on first tkinter program Jean Dupont <jeandupont115@gmail.com> - 2014-01-17 05:20 -0800
Re: [newbie] advice and comment wanted on first tkinter program Peter Otten <__peter__@web.de> - 2014-01-17 16:17 +0100
Re: [newbie] advice and comment wanted on first tkinter program Terry Reedy <tjreedy@udel.edu> - 2014-01-17 16:40 -0500
Re: [newbie] advice and comment wanted on first tkinter program Jean Dupont <jeandupont314@gmail.com> - 2014-01-18 06:52 -0800
Re: [newbie] advice and comment wanted on first tkinter program Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2014-01-18 15:12 +0000
Re: [newbie] advice and comment wanted on first tkinter program Jean Dupont <jeandupont314@gmail.com> - 2014-01-19 20:04 -0800
Re: [newbie] advice and comment wanted on first tkinter program Chris Angelico <rosuav@gmail.com> - 2014-01-20 17:24 +1100
Re: [newbie] advice and comment wanted on first tkinter program Jean Dupont <jeandupont314@gmail.com> - 2014-01-21 23:23 -0800
Re: [newbie] advice and comment wanted on first tkinter program Dave Angel <davea@davea.name> - 2014-01-22 07:08 -0500
Re: [newbie] advice and comment wanted on first tkinter program Alister <alister.ware@ntlworld.com> - 2014-01-20 09:17 +0000
Re: [newbie] advice and comment wanted on first tkinter program Jean Dupont <jeandupont115@gmail.com> - 2014-01-22 06:45 -0800
Re: [newbie] advice and comment wanted on first tkinter program Alister <alister.ware@ntlworld.com> - 2014-01-22 15:43 +0000
Re: [newbie] advice and comment wanted on first tkinter program Jean Dupont <jeandupont115@gmail.com> - 2014-01-27 00:23 -0800
Re: [newbie] advice and comment wanted on first tkinter program Jean Dupont <jeandupont115@gmail.com> - 2014-01-27 00:28 -0800
Re: [newbie] advice and comment wanted on first tkinter program Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-18 16:15 +0000
Re: [newbie] advice and comment wanted on first tkinter program Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-18 12:28 -0500
Re: [newbie] advice and comment wanted on first tkinter program Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-18 13:54 -0500
Re[2]: [newbie] advice and comment wanted on first tkinter program Grawburg <grawburg@myglnc.com> - 2014-01-18 13:49 -0500
csiph-web