I installed the hyphenation module pyphen from pyphen.org using pip install Pyphen in stash. When I run the simple test below I get a TypeError:coercing to Unicode:need... The module should be 100% pure Python.
import pyphen
dic = pyphen.Pyphen(lang='en_EN')
print( dic.wrap('community', 4) )