Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25259 > unrolled thread
| Started by | summerholidaylearning@gmail.com |
|---|---|
| First post | 2012-07-13 04:15 -0700 |
| Last post | 2012-07-13 15:56 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Keeping the Console Open with IDLE summerholidaylearning@gmail.com - 2012-07-13 04:15 -0700
Re: Keeping the Console Open with IDLE Rodrick Brown <rodrick.brown@gmail.com> - 2012-07-13 15:56 -0400
| From | summerholidaylearning@gmail.com |
|---|---|
| Date | 2012-07-13 04:15 -0700 |
| Subject | Re: Keeping the Console Open with IDLE |
| Message-ID | <0040b385-2dbc-4b3b-af97-62a77686d2bb@googlegroups.com> |
On Friday, February 20, 2009 4:06:42 AM UTC, W. eWatson wrote: > I'm using IDLE for editing, but execute programs directly. If there are > execution or "compile" errors, the console closes before I can see what it > contains. How do I prevent that? > -- > W. eWatson > > (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time) > Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet > > Web Page: <www.speckledwithstars.net/> Thanks this solved my problem too(the same issue - I was also double clicking instead of right clicking - edit with IDLE - F5 to run)
[toc] | [next] | [standalone]
| From | Rodrick Brown <rodrick.brown@gmail.com> |
|---|---|
| Date | 2012-07-13 15:56 -0400 |
| Message-ID | <mailman.2098.1342209455.4697.python-list@python.org> |
| In reply to | #25259 |
I think you can use pythonw.exe which will read stdin and for any input before closing. (I read this a while back, ma guy here.) Sent from my iPhone On Jul 13, 2012, at 7:27 AM, "summerholidaylearning@gmail.com" <summerholidaylearning@gmail.com> wrote: > On Friday, February 20, 2009 4:06:42 AM UTC, W. eWatson wrote: >> I'm using IDLE for editing, but execute programs directly. If there are >> execution or "compile" errors, the console closes before I can see what it >> contains. How do I prevent that? >> -- >> W. eWatson >> >> (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time) >> Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet >> >> Web Page: <www.speckledwithstars.net/> > > Thanks this solved my problem too(the same issue - I was also double clicking instead of right clicking - edit with IDLE - F5 to run) > -- > http://mail.python.org/mailman/listinfo/python-list
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web