[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help needed for broken clean target of python module



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


Reply to: