>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
- 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
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
- 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
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
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