import ftext Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dynamic module does not define init function (initftext) #17
when I have done with ' make all '
I moved the ftext.so to 'tools' dir,then I ran this command :
python segmentation.py 1.png
Then I got this error:
import ftext
Traceback (most recent call last):
File "", line 1, in
ImportError: dynamic module does not define init function (initftext)
My system is " OS x EI Capitan ",python version is 2.7.11
Does any one know how to solve it?
when I have done with ' make all ' I moved the ftext.so to 'tools' dir,then I ran this command :
python segmentation.py 1.png
Then I got this error: import ftext Traceback (most recent call last): File "", line 1, in
ImportError: dynamic module does not define init function (initftext)
My system is " OS x EI Capitan ",python version is 2.7.11 Does any one know how to solve it?