hunspell

conda cythen pip pkg hunspell CyHunspell AttributeError: module 'hunspell' has no attribute 'HunSpell'

conda cythen pip pkg hunspell CyHunspell AttributeError: module 'hunspell' has no attribute 'HunSpell' Question: I installed pip install hunspell and the following statement runs fine: import hunspell; hobj = hunspell.HunSpell(‘/usr/share/hunspell/en_US.dic’, ‘/usr/share/hunspell/en_US.aff’) ; print( “PY_test: hunspell: ” + str( hobj.spell(‘spookie’) ) ) But if I install additionally pip install CyHunspell I get an error with execution …

Total answers: 2