Module not importing PyQt5 modules

David Boddie david at boddie.org.uk
Wed Jun 2 22:31:37 BST 2021


On Wed Jun 2 21:35:45 BST 2021, Rich Shepard wrote:

> I do:
> 
> $ python
> Python 3.7.2 (default, Feb 23 2021, 07:22:27)
> [GCC 5.5.0] on linux
> Type "help", "copyright", "credits" or "license" for more information. 

OK, so what do you get when you import PyQt5.QtCore (for example) from the
interactive prompt?

Is it running the system Python 3 or another executable. What does it show
in the sys.path variable?

David


More information about the PyQt mailing list