Re: [Tutor] unsupported characters

2008-08-18 Thread Kent Johnson
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

Re: [Tutor] unsupported characters

2008-08-18 Thread Robert Johansson
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

Re: [Tutor] unsupported characters

2008-08-18 Thread Lie Ryan
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

Re: [Tutor] unsupported characters

2008-08-17 Thread Kent Johnson
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

[Tutor] unsupported characters

2008-08-17 Thread Robert Johansson
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 can’t even type the character, all that happe