I just started trying to use Qt for Python but failed at the first hurdle. I'm using VSCode on Ubuntu 18.04 x64 with Python 3.6 and Pipenv. I added: [packages] "pyside2" = "*"
to my Pipfile and ran "pipenv update" and it installed PySide2 fine. I then added: from PySide2.QtCore import QSettings to my Python file. But when I try to run VSCode says: "Exception has occurred: ModuleNotFoundError" No module named 'PySide2' It's loading the other modules from Pipenv fine. Does anyone have any suggestions? Tom Isaacson _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest