It works! When I run the script, I get a command line interpreter that handles
lines breaks correctly. Thanks! (Does this mean you are going to update the
installable with this change?)
-Original Message-
>From: Luke Dunstan <[EMAIL PROTECTED]>
>Sent: Oct 28, 2006 8:33 AM
>To: [EMAIL PRO
I tried, but the script terminates without a message. So, I can't really get
the script to run. Thanks for your help.
-Original Message-
>From: Luke Dunstan <[EMAIL PROTECTED]>
>Sent: Oct 27, 2006 11:57 AM
>To: [EMAIL PROTECTED], Pythonce
>Subject: Re: [PythonCE] IndentationError in 2.5
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