ZhangXinNan / ocrfeeder

Automatically exported from code.google.com/p/ocrfeeder
GNU General Public License v3.0
1 stars 1 forks source link

git-version not starting on ubuntu 10.10 #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.get the git-version and compile it
2.start ocrfeeder
3.error message in the terminal

What is the expected output? What do you see instead?
ocrfeeder
Traceback (most recent call last):
  File "/usr/local/bin/ocrfeeder", line 21, in <module>
    from studio.studioBuilder import Studio
  File "/usr/local/lib/python2.6/dist-packages/studio/studioBuilder.py", line 27, in <module>
    from studio import widgetPresenter
  File "/usr/local/lib/python2.6/dist-packages/studio/widgetPresenter.py", line 28, in <module>
    from enchant.checker import SpellChecker
ImportError: No module named enchant.checker

What version of the product are you using? On what operating system?
Git version cloned today, on ubuntu 10.10. 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by hanksch...@googlemail.com on 12 Oct 2010 at 10:39

GoogleCodeExporter commented 9 years ago
Make sure you have the packages
  python-enchant
  python-gtkspell
installed.

HTH
Georg

Original comment by tuxli...@gmail.com on 18 Feb 2011 at 11:00