> iirc you need to remove the quotes from "pyside2"
No difference.
> Are you certain that the virtualenv where your pipenv installed pyside2 is
> the same one from which your python interpreter comes from?
Yes.
> Can you do a pip list or look inside the interpreters site-packages if you
> see
Hello Tom,
On 9/11/19 7:49 AM, Tom Isaacson wrote:
> 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" = "*"
iirc you need to remove the quotes from "pyside2"
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 impor