Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-28 Thread barlow5453
>To: [EMAIL PROTECTED], Pythonce >Subject: Re: [PythonCE] IndentationError in 2.5 command line interpreter > > >- Original Message - >From: <[EMAIL PROTECTED]> >To: "Luke Dunstan" <[EMAIL PROTECTED]>; "Pythonce" > >Sent: Saturday

Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-28 Thread Luke Dunstan
- Original Message - From: <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]>; "Pythonce" Sent: Saturday, October 28, 2006 8:55 PM Subject: Re: [PythonCE] IndentationError in 2.5 command line interpreter I tried, but the script terminate

Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-28 Thread barlow5453
IndentationError in 2.5 command line interpreter > > >- Original Message - >From: <[EMAIL PROTECTED]> >To: "Pythonce" >Sent: Friday, October 20, 2006 8:59 PM >Subject: [PythonCE] IndentationError in 2.5 command line interpreter > > >> I

Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-27 Thread Luke Dunstan
- Original Message - From: <[EMAIL PROTECTED]> To: "Pythonce" Sent: Friday, October 20, 2006 8:59 PM Subject: [PythonCE] IndentationError in 2.5 command line interpreter If I try to write a multi-line construct in the Pythonce 2.5 command line interp

Re: [PythonCE] IndentationError in 2.5 command line interpreter

2006-10-21 Thread Tod Haren
I have the same problem, can't do classes either. Any ideas? On 10/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > If I try to write a multi-line construct in the Pythonce 2.5 command line > interpreter, > I get an IndentationError > when I press Enter after a line with some control flow s

[PythonCE] IndentationError in 2.5 command line interpreter

2006-10-20 Thread barlow5453
If I try to write a multi-line construct in the Pythonce 2.5 command line interpreter, I get an IndentationError when I press Enter after a line with some control flow statement. For example, consider this simple example: >>> for i in xrange(10): When I press Enter at this point, I get: Inden