Module not importing PyQt5 modules

David Boddie david at boddie.org.uk
Thu Jun 3 11:14:07 BST 2021


On Wed Jun 2 22:37:37 BST 2021, Rich Shepard wrote:

> All four modules import properly.
> 
> I hadn't thought of checking this. Since they all import from the console
> what might cause the frozen importlib._bootstrap>(978)_find_and_load() when
> I step through the module using pdb?

pdb may be the problem:

https://bugs.python.org/issue39052

That issue contains a workaround you could try.

David




More information about the PyQt mailing list