diferences between 22 and python 23

E

Enrique

Hi all.

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:eek:rdinal not in range (128)

Usually major versions of python were courteus with the previous versions...

How must i do to run in python 23 what i'm running in 22????

I write you from Spain.

Thanks.

Enrique



**AVISO DE CONFIDENCIALIDAD**
La información contenida en este mensaje y archivos es privada y confidencial estando dirigida solamente al destinatario. Si Ud. ha recibido esta información por error, por favor, proceda a su inmediata destrucción. Cualquier opinión o punto de vista contenido en este mensaje corresponde al remitente y necesariamente no representa la opinión del GRUPO XEROX.
 
L

Logan

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:eek:rdinal 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

xls to txt 2
execfile return values 2
python & debian 2
seek in a zip file?? 2
python As400 2
need help before... 0
How to convert float to sortable integer in Python 2
Breakpoint in IDLE's debugger 1

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top