Hi, Peter.
Sorry for the delay, I've been out for a while.
So I did what you suggested and it prints the following:

"
import sys
print >> sys.stderr, sys.stdout.encoding

what does the above print
(a) when you print to the console? it prints cp850
(b) when you redirect to a file? it prints None
"

Any suggestions?
Thanx for your time.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to