View Single Post
Old 09-03-2018, 08:47 AM   #14
chsaga89
Junior Member
chsaga89 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Aug 2018
Device: Kindle (7th Generation)
It's giving me the below error-

Traceback (most recent call last):
File "email.py", line 16, in <module>
from PyQt5.Qt import (
ModuleNotFoundError: No module named 'PyQt5'

It seems there is some setting issue. This worked only when the path was updated to SRC-->Calibre--> GUI2, as for SRC it was saying the file does not exist.

I tried the same for Hello.py as well. When it's kept in src path it works fine, but when moved to calibre-->gui 2 it throws the error that the file does not exist.(Screenshot attached)

Probably it's looking for some data which is not covered in the new path and hence the error. I know it's taking long to troubleshoot from my end , but I'm trying my best before I post any update here.
Attached Files
File Type: zip Command Prompt.zip (171.2 KB, 218 views)

Last edited by chsaga89; 09-03-2018 at 08:51 AM.
chsaga89 is offline   Reply With Quote