[PySide] Can't import QtCore etc. on windows 10 / python 3.6 64 bit

Sebastian Schoellhammer sschoellhammer.lists at gmail.com
Sun May 13 10:50:36 CEST 2018


Hello there,

I'm trying to get Pyside2 working on windows without much luck.

Below is what I'm doing:

pip install --index-url=
http://download.qt.io/snapshots/ci/pyside/5.9/latest/ pyside2
--trusted-host download.qt.io
Collecting pyside2
  Downloading
http://download.qt.io/snapshots/ci/pyside/5.9/latest/pyside2/PySide2-5.9.0a1.dev1525348439-5.9.6-cp36-cp36m-win_amd64.whl
(181.0MB)
    100% |████████████████████████████████| 181.0MB 12.8MB/s
Installing collected packages: pyside2
Successfully installed pyside2-5.9.0a1.dev1525348439
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip'
command.

> python
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64
bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import PySide2.QtCore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified procedure could not be found.
>>>


Pyside installs just fine but when I import I have some dll (mismatch?)
problem.

I tried this within an isolated env as well as with the latest version of
pip.
The same worked just fine on macos. I'm at a loss what I'm doing wrong.

If you have any pointers please do let me know!

Thanks in advance,
seb


-- 
Sebastian Schoellhammer

w <http://www.sebscorner.org>ww.mokumedia.de <http://www.mokumedia.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20180513/b3f307d9/attachment.html>


More information about the PySide mailing list