I am using python 3.13 with VS Code 1.104.1 on Windows and am experiencing problems trying to import QTCore as described in Martin’s signals, slots and events tutorial. No errors were encountered when I did the pip install PyQt6, and this is confirmed by the fact that QTWidgets affiliated code in the sample below executes with no errors, and the debugger only barfs when I add the import QTCore statement. I have read the other topics in the forum associated with the module not found error and they lead me nowhere. Help would be appreciated.
It’s QtCore, with a lower ‘t’.
A “duh” moment. Thx!
