MarcosRech / python-tesseract

Automatically exported from code.google.com/p/python-tesseract
0 stars 0 forks source link

ImportError: /usr/lib/pymodules/python2.7/_tesseract.so: undefined symbol: kPolyBlockNames #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Installed both tesseract deb packages then python wrapper (all 32bit) on Ubuntu 
11.04:

>>> import tesseract
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/pymodules/python2.7/tesseract.py", line 25, in <module>
    _tesseract = swig_import_helper()
  File "/usr/lib/pymodules/python2.7/tesseract.py", line 21, in swig_import_helper
    _mod = imp.load_module('_tesseract', fp, pathname, description)
ImportError: /usr/lib/pymodules/python2.7/_tesseract.so: undefined symbol: 
kPolyBlockNames

Original issue reported on code.google.com by klo...@gmail.com on 7 Oct 2011 at 12:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Have u followed the following procedure to install?

http://code.google.com/p/python-tesseract/wiki/HowToInstallPythonTesseractDeb

Original comment by FreeT...@gmail.com on 31 Oct 2011 at 6:16

GoogleCodeExporter commented 8 years ago
Tesseract-ocr is now included in the download list
http://code.google.com/p/python-tesseract/downloads/list

Original comment by FreeT...@gmail.com on 3 Nov 2011 at 1:23