sayamindu / pyhunspell

Obsolete code - see https://github.com/blatinier/pyhunspell for latest version
0 stars 0 forks source link

Problems when hunspell cannot open dictionary #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to do "Basic spell checking" from tutorial with wrong path
2. doing .spell(word)

What is the expected output? What do you see instead?
expected: True or False
happening: segmentation fault

What version of the product are you using? On what operating system?
0.1 on ubuntu natty

Please provide any additional information below.
There is no code to check if hunspell oppened the dictionaries correctly. 
Attached is a patch (-p1) that does it.

Original issue reported on code.google.com by roverO...@gmail.com on 3 Mar 2011 at 5:58

Attachments:

GoogleCodeExporter commented 9 years ago
Ownership of the package changed to me during the summer.
Issues should be posted here now:
https://github.com/blatinier/pyhunspell/issues

Thanks for the patch. I pushed it into master and package will be rebuilt 
shortly.

Original comment by Benoit.L...@gmail.com on 16 Sep 2014 at 6:35