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.decode(None, 'UTF8')
TypeError: must be string or buffer, not None
>>> codecs.decode('string', None)
TypeError: must be string, not None

I'm sure ENCODING isn't set!

Snark on #debian-python


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5589013f.2080...@laposte.net

Reply via email to