ZhangXinNan / ocrfeeder

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

ImportError: cannot import name GtkSpell #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  './configure && make && make install'
2.launch 'ocrfeeder'
3.

What is the expected output? What do you see instead?
ocrfeeder should load. Instead we get 'ImportError: cannot import name GtkSpell'

What version of the product are you using? On what operating system?
.8.1 Ubuntu

Please provide any additional information below.
I had the older version of Ocrfeeder working. After switching to the latest 
version, not only does it not work. I cannot get the older version working 
either.
Removing GtkSpell from widgetPresenter.py will get the gui loaded, but program 
is unusable. I have python-GtkSpell installed, as well as python-enchant. 

I love this program thank you for making it available! I would love to get it 
working again. 

Original issue reported on code.google.com by littleoc...@gmail.com on 16 Mar 2015 at 2:18

GoogleCodeExporter commented 9 years ago
Update, I am able to revert back to .7.11. 

To do it I removed the ocrfeeder directory from dist-packages which is within 
my python directory. Then I was able to reinstall .7.11 successfully.

Original comment by littleoc...@gmail.com on 16 Mar 2015 at 2:29