Am 2008-03-14 um 21:06 schrieb Henning Hraban Ramm:
> myfile = sys.argv[1]

must be:
myfile = unicode(sys.argv[1], 'utf-8')


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to