Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAC OS X Mavericks (10.9), ImportError #49

Closed
GoogleCodeExporter opened this issue May 29, 2015 · 3 comments
Closed

MAC OS X Mavericks (10.9), ImportError #49

GoogleCodeExporter opened this issue May 29, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Already tried all the possible methods (via brew, and via ports from source)

MAC OS X Mavericks (10.9)

python test.py
Traceback (most recent call last):
  File "test.py", line 4, in <module>
    import tesseract
  File "/Testing/python-tesseract-read-only/tesseract.py", line 26, in <module>
    _tesseract = swig_import_helper()
  File "/Testing/python-tesseract-read-only/tesseract.py", line 18, in swig_import_helper
    import _tesseract
ImportError: 
dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/python_tesseract-only-py2.7-macosx-10.9-x86_64.egg/_tesseract.so,
 2): Symbol not found: __ZN9tesseract11TessBaseAPI12GetTextlinesEPP4PixaPPi
  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/python_tesseract-only-py2.7-macosx-10.9-x86_64.egg/_tesseract.so
  Expected in: flat namespace
 in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/python_tesseract-only-py2.7-macosx-10.9-x86_64.egg/_tesseract.so



Original issue reported on code.google.com by jonat...@visure.com.br on 3 Nov 2013 at 10:12

@GoogleCodeExporter
Copy link
Author

I guess you might need to compile the source code on your own

Original comment by FreeT...@gmail.com on 10 Nov 2013 at 3:34

@GoogleCodeExporter
Copy link
Author

Anyhow, thank you to inform me indirectly that I need to upgrade to OSX 10.9


Original comment by FreeT...@gmail.com on 10 Nov 2013 at 4:01

@GoogleCodeExporter
Copy link
Author

Original comment by FreeT...@gmail.com on 9 May 2014 at 7:51

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant