mine2chow / PYQT-Integration

PYQT integration for vscode
MIT License
12 stars 7 forks source link

I can't import PyQt5 or PyQt6 #13

Open kamazade opened 2 years ago

kamazade commented 2 years ago

Hi, I'm using Windows and installed PyQt5 with 'pip install PyQt5' .But I can't import it in py project . I get " ModuleNotFoundError: No module named 'PyQt5' " error How can I solve this.