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.