Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25259 > unrolled thread

Re: Keeping the Console Open with IDLE

Started bysummerholidaylearning@gmail.com
First post2012-07-13 04:15 -0700
Last post2012-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.


Contents

  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

#25259 — Re: Keeping the Console Open with IDLE

Fromsummerholidaylearning@gmail.com
Date2012-07-13 04:15 -0700
SubjectRe: 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&#39;m using IDLE for editing, but execute programs directly. If there are 
> execution or &quot;compile&quot; 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&#39; 7&quot; N, 121° 2&#39; 32&quot; W, 2700 feet
> 
>                      Web Page: &lt;www.speckledwithstars.net/&gt;

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]


#25287

FromRodrick Brown <rodrick.brown@gmail.com>
Date2012-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&#39;m using IDLE for editing, but execute programs directly. If there are
>> execution or &quot;compile&quot; 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&#39; 7&quot; N, 121° 2&#39; 32&quot; W, 2700 feet
>>
>>                     Web Page: &lt;www.speckledwithstars.net/&gt;
>
> 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