Error installing mailman.client due to "Aurélien"

Hello,
Referring to transcript below, the word Aurélien seems to be causing a unicode error when setting up mailman client.
When I cut it out, it works.
thanks
(venv2.7)ubuntu@server01:~$ bzr branch lp:mailman.client You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". Branched 58 revisions. (venv2.7)ubuntu@server01:~$ cd mailman.client/ (venv2.7)ubuntu@server01:~/mailman.client$ ls bin COPYING.LESSER distribute_setup.py Makefile MANIFEST.in README.txt setup.cfg setup_helpers.py setup.py src _static template.py (venv2.7)ubuntu@server01:~/mailman.client$ python setup.py develop Traceback (most recent call last): File "setup.py", line 40, in <module> 'src/mailmanclient/NEWS.txt'), File "/home/ubuntu/mailman.client/setup_helpers.py", line 138, in long_description if not value.endswith(NL): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 162: ordinal not in range(128) (venv2.7)ubuntu@server01:~/mailman.client$ vi src/mailmanclient/NEWS.txt (venv2.7)ubuntu@server01:~/mailman.client$ cat src/mailmanclient/NEWS.txt
NEWS for mailman.client
1.0.0b1 (xxxx-xx-xx)
- Addedd an improved test harness using WebTest. Contributed by Aurélien Abompard.
1.0.0a1 (2014-03-15)
Initial release. (venv2.7)ubuntu@server01:~/mailman.client$ vi src/mailmanclient/NEWS.txt (venv2.7)ubuntu@server01:~/mailman.client$ cat src/mailmanclient/NEWS.txt
NEWS for mailman.client
1.0.0b1 (xxxx-xx-xx)
1.0.0a1 (2014-03-15)
- Initial release. (venv2.7)ubuntu@server01:~/mailman.client$

At first I thought I had introduced a regression.... but it's actually just my name :-) Don't blame me, I didn't choose it!
(Florian, can you fix that? And by the way my last name is "Bompard", without the "A")
Thanks ! A.
2014-12-11 21:08 GMT+01:00 Andrew Stuart <andrew.stuart@supercoders.com.au>:
Hello,
Referring to transcript below, the word Aurélien seems to be causing a unicode error when setting up mailman client.
When I cut it out, it works.
thanks
(venv2.7)ubuntu@server01:~$ bzr branch lp:mailman.client You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". Branched 58 revisions. (venv2.7)ubuntu@server01:~$ cd mailman.client/ (venv2.7)ubuntu@server01:~/mailman.client$ ls bin COPYING.LESSER distribute_setup.py Makefile MANIFEST.in README.txt setup.cfg setup_helpers.py setup.py src _static template.py (venv2.7)ubuntu@server01:~/mailman.client$ python setup.py develop Traceback (most recent call last): File "setup.py", line 40, in <module> 'src/mailmanclient/NEWS.txt'), File "/home/ubuntu/mailman.client/setup_helpers.py", line 138, in long_description if not value.endswith(NL): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 162: ordinal not in range(128) (venv2.7)ubuntu@server01:~/mailman.client$ vi src/mailmanclient/NEWS.txt (venv2.7)ubuntu@server01:~/mailman.client$ cat src/mailmanclient/NEWS.txt
NEWS for mailman.client
1.0.0b1 (xxxx-xx-xx)
- Addedd an improved test harness using WebTest. Contributed by Aurélien Abompard.
1.0.0a1 (2014-03-15)
Initial release. (venv2.7)ubuntu@server01:~/mailman.client$ vi src/mailmanclient/NEWS.txt (venv2.7)ubuntu@server01:~/mailman.client$ cat src/mailmanclient/NEWS.txt
NEWS for mailman.client
1.0.0b1 (xxxx-xx-xx)
1.0.0a1 (2014-03-15)
- Initial release. (venv2.7)ubuntu@server01:~/mailman.client$
Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/aurelien%40bompar...
Security Policy: http://wiki.list.org/x/QIA9
participants (2)
-
Andrew Stuart
-
Aurelien Bompard