On Mon, Aug 18, 2008 at 6:17 PM, Robert Johansson
<[EMAIL PROTECTED]> wrote:
> If
> there are any Mac users who read this, which editor would you recommend for
> Mac?
TextMate is very popular, it is my choice. For Python programs that
require console input, run them in Terminal. Personally I don't
On 8/17/08, Robert Johansson <[EMAIL PROTECTED]> wrote:
> Hi, I have problems using characters from the Swedish language. I tried
the
> following in IDLE under MacOS X leopard (running Python 2.5.1) :
> S='ö'
> Displaying error message: "unsupported characters in input".
To use non-ascii charac
On Mon, 2008-08-18 at 17:15 +0700, Lie Ryan wrote:
> > Message: 1
> > Date: Sun, 17 Aug 2008 11:33:28 +0200
> > From: "Robert Johansson" <[EMAIL PROTECTED]>
> > Subject: [Tutor] unsupported characters
> > To:
> > Message-ID: <[EMAIL PROTEC
On 8/17/08, Robert Johansson <[EMAIL PROTECTED]> wrote:
> Hi, I have problems using characters from the Swedish language. I tried the
> following in IDLE under MacOS X leopard (running Python 2.5.1) :
> S='ö'
> Displaying error message: "unsupported characters in input".
To use non-ascii charac
Hi, I have problems using characters from the Swedish language. I tried the
following in IDLE under MacOS X leopard (running Python 2.5.1) :
S=ö
Displaying error message: unsupported characters in input.
Running Python from a terminal I cant even type the character, all that
happe