Help needed for broken clean target of python module

2015-06-22 Thread Andreas Tille
Hi, I have commited some initial packaging attempt for python-dendropy Vcs-Git: git://anonscm.debian.org/debian-med/python-dendropy.git but the clean target fails and I have no idea why: ... dh_auto_clean -O--buildsystem=pybuild I: pybuild base:170: python2.7 setup.py clean Traceback (mos

Re: Help needed for broken clean target of python module

2015-06-22 Thread Thomas Kluyver
On Mon, Jun 22, 2015, at 12:20 PM, Andreas Tille wrote: > > "/home/andreas/debian-maintain/alioth/debian-med_git/build-area/python-dendropy-4.0.2/dendropy/utility/textprocessing.py", > line 44, in bytes_to_text > s = codecs.decode(s, ENCODING) > TypeError: must be string, not None Looks l

Re: Help needed for broken clean target of python module

2015-06-22 Thread Julien Puydt
Hi, Le 22/06/2015 21:20, Andreas Tille a écrit : File "/home/andreas/debian-maintain/alioth/debian-med_git/build-area/python-dendropy-4.0.2/dendropy/utility/textprocessing.py", line 44, in bytes_to_text s = codecs.decode(s, ENCODING) TypeError: must be string, not None >>> codecs.dec