MichalBusta / FASText

Efficient Unconstrained Scene Text Detector
GNU General Public License v2.0
191 stars 74 forks source link

import ftext Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dynamic module does not define init function (initftext) #17

Closed albertyou2 closed 7 years ago

albertyou2 commented 7 years ago

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?