How come PyQt5 can't import?
How come PyQt5 can't import? I've installed it, but it gives an error when I try to import it. (look in "program.py")
The error:
ImportError: No module named PyQt5
How come PyQt5 can't import? I've installed it, but it gives an error when I try to import it. (look in "program.py")
The error:
ImportError: No module named PyQt5
You have to use python 3.
python2
topython3
it workedAlso, can you upvote this post at https://repl.it/talk/learn/My-Methods-to-Bypass-School-Filters/30421? I put a lot of effort into it.
I just got this error: