ishita27 / Printed-Text-recognition-and-conversion

A software for extracting text from scanned images of printed text documents
MIT License
57 stars 38 forks source link

File "gui.py", line 4, in <module> from PyQt4 import QtGui, QtCore ModuleNotFoundError: No module named 'PyQt4' #13

Open bipinpanwar55 opened 5 years ago

bipinpanwar55 commented 5 years ago

i am a student and i just working on a project of OCR and trying ti figure out the problem,having the problem in this section to run gui.py file and getting error like " File "gui.py", line 4, in from PyQt4 import QtGui, QtCore ModuleNotFoundError: No module named 'PyQt4' so it will be great if anyone could help me out to solve this problem.

an1018 commented 5 years ago

@bipinpanwar55 if your computer is win7 and 64 bit ,you can download PyQt4-4.11.4-cp37-cp37m-win_amd64.whl. And then pip install PyQt4-4.11.4-cp37-cp37m-win_amd64.whl

bipinpanwar55 commented 5 years ago

i'm using Ubuntu 18.04.

On Mon, Apr 1, 2019 at 11:40 AM user1018 notifications@github.com wrote:

@bipinpanwar55 https://github.com/bipinpanwar55 if your computer is win7 and 64 bit ,you can download PyQt4-4.11.4-cp37-cp37m-win_amd64.whl. And then pip install PyQt4-4.11.4-cp37-cp37m-win_amd64.whl

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ishita27/Printed-Text-recognition-and-conversion/issues/13#issuecomment-478448347, or mute the thread https://github.com/notifications/unsubscribe-auth/AtBDZB44PKUaQNWsA-_iDVYQ3i4dyzrrks5vcaK4gaJpZM4cAzQO .

kalalsindhuja commented 4 years ago

Hello, Did you find any solution for your problem bipinpanwar55. even I am facing the same problem in ubuntu 18.04