From: Roger B. <ro...@ro...> - 2004-04-29 19:24:10
|
Steven Palm wrote: > LookupError: unknown encoding: US-ASCII Did an import of encodings or encodings.ascii fix this? Feel free to remove that print line as well. I assume the password which is in Unicode is being converted to ascii for printing. Removing the print line should remove the need for that conversion. Roger |