In article <[email protected]>, Gnarlodious <[email protected]> wrote: > >Thanks for the help, but it doesn't work. All I get is an error like: > >UnicodeEncodeError: 'ascii' codec can't encode character '\\u0107' in >position 0: ordinal not in range(128)
No time to give you more info, but you probably need to change the encoding of sys.stdout. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ The best way to get information on Usenet is not to ask a question, but to post the wrong information. -- http://mail.python.org/mailman/listinfo/python-list
