Problems with Python 2.3

Hi Ladislav,

Welcome to the club of non ameican Python users.

From your name, I assume you are not american.

Q: Platform? windows?

Python 2.3 requires an encoding information in your Python files/scripts.
The first or second line of the scripts must contain something like this:

# -*- coding: UTF-8 -*-

See the doc, python manuals:
Python Library Reference: 4.9.2 Standard Encodings
What's New in Python 2.3: 3 PEP 263: Source Code Encodings

My experience on a win98 platform:
Do not use UTF-8 encoding, but iso-8859-1 (Nice, now I know it by heart)

Jean-Michel Fauth, Switzerland

Many thanks for help.
Ladislav

ยทยทยท

Hi Ladislav,

Welcome to the club of non ameican Python users.

>From your name, I assume you are not american.
Q: Platform? windows?

Python 2.3 requires an encoding information in your Python files/scripts.
The first or second line of the scripts must contain something like this:

# -*- coding: UTF-8 -*-

See the doc, python manuals:
Python Library Reference: 4.9.2 Standard Encodings
What's New in Python 2.3: 3 PEP 263: Source Code Encodings

My experience on a win98 platform:
Do not use UTF-8 encoding, but iso-8859-1 (Nice, now I know it by heart)

Jean-Michel Fauth, Switzerland

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org