Re: [Interest] Can't add PySide2

2019-09-11 Thread Tom Isaacson
> 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 >

Re: [Interest] Can't add PySide2

2019-09-11 Thread Cristián Maureira-Fredes
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"

[Interest] Can't add PySide2

2019-09-10 Thread Tom Isaacson
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