AaronWagner / python-tesseract

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

dpkg install fails on dependency problem #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. dpkg -i -D python-tesseract_0.6-1_i386.deb
2.
3.

What is the expected output? What do you see instead?
expect: the dpkg message that python-tesseract is installed

instead: u
npacking python-tesseract (from python-tesseract_0.6-1_i386.deb) ...
dpkg: dependency problems prevent configuration of python-tesseract:
 python-tesseract depends on leptonica; however:
  Package leptonica is not installed.
dpkg: error processing python-tesseract (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python-tesseract

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

python-tesseract 0.6.1

I use Ubuntu 11.04.
I did install libleptonica and leptonica-progs

(that's all i can find: 
http://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=na
mes&keywords=leptonica )

Please provide any additional information below.
I've installed tesseract 2.04-2.1

Original issue reported on code.google.com by wunderli...@gmail.com on 31 Aug 2011 at 8:16

GoogleCodeExporter commented 8 years ago
Hmm. Sorry, I was a bit hastily.

I did follow the install procedure on the WIKI, and that 
solved this problem

This can be closed.

I do have another issue though. I will create a new one for that. 
(if i cannot find any help elsewheare)

Original comment by wunderli...@gmail.com on 31 Aug 2011 at 4:07

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
sudo add-apt-repository ppa:nutznboltz/tesseract
sudo apt-get update
sudo apt-get install tesseract-ocr-dev
wget 
http://python-tesseract.googlecode.com/files/python-tesseract_0.6-1.1_amd64.deb
sudo dpkg -i python-tesseract_0.6-1.1_amd64.deb

Original comment by FreeT...@gmail.com on 2 Sep 2011 at 9:24