diferences between 22 and python 23

Logan logan at phreaker.nospam
Thu Dec 4 07:44:14 EST 2003


On Wed, 03 Dec 2003 18:15:15 +0100, Enrique wrote:

> running a script that works fine in python 22 in python 23 i find something
> like:
> 
> unicodedecodeerror: "ascii" codec dan+t decode byte 0xed in position
> 37:ordinal not in range (128)

(You should post the code snippet which causes the error.)

Just one possibility: maybe you used sitecustomize.py in Python 2.2
to set your default character set to something else than ASCII (e.g.
ISO-8859-1 resp. Latin-1) and now - with Python 2.3 - you do not use this
option any more!?

HTH, L.

-- 
mailto: logan at phreaker(NoSpam).net





More information about the Python-list mailing list