jeetsukumaran / DendroPy

A Python library for phylogenetic scripting, simulation, data processing and manipulation.
https://pypi.org/project/DendroPy/.
BSD 3-Clause "New" or "Revised" License
210 stars 61 forks source link

Sometimes locale.getdefaultlocale() returns (None, None) #19

Closed pranjalv123 closed 9 years ago

pranjalv123 commented 9 years ago

In this case, textprocessing.bytes_to_text() calls codecs.decode() with ENCODING=None, which causes a TypeError. This prevents DendroPy from installing because the install script uses this function to parse git output.