[Python-Dev] New PyPI broken package editing
Walter Dörwald
walter at livinglogic.de
Tue Mar 22 21:32:17 CET 2005
I've uploaded a new package to the new PyPI. Editing this
new packages gives me a unicode error. The URL is
http://www.python.org/pypi?:action=submit_form&name=ll-ansistyle&version=0.6.1
The error I get is the following:
---
Error...
There's been a problem with your request
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in
position 92: ordinal not in range(128)
----
I've used the distutils from current CVS and have
author=u"Walter Dörwald"
in my setup.py
Bye,
Walter Dörwald
More information about the Python-Dev
mailing list