Questions tagged [shiboken2]

18 questions
0
votes
1 answer

Shiboken2 ... ImportError: DLL load failed: The specified procedure could not be found

I've recently been running into a Import Error from Shiboken2 that I didn't have before with my executable. I have an application that I built in PyCharm and I build an .exe for it with CX_Freeze. I have tried every single latest version of Python…
user12375567
0
votes
2 answers

Pyside2, DLL load failed in samplebinding example

Trying to get the samplebinding example working, but no matter the compiler, python or pyside version used, I still get ImportError: DLL load failed while importing Universe: The specified module could not be found. Last configuration used:…
0
votes
1 answer

Shiboken2 qobject.h:46:10: fatal: 'QtCore/qobjectdefs.h' file not found

I'm trying to create a Python binding for a Qt C++ class with Shiboken2. As far as I can tell, there's no official example on how to do so (the only example on the Qt Blog deals with a generic C++ class…
Wolfy
  • 1,445
  • 1
  • 14
  • 28
1
2