PySide cannot import QtCore
-
I have 2 python installations 2.7. and 3.2, i want to (can only) use the same Qt install. I have the correct versions of Pyside 1.2.1 installed in the site package folders for both py27 and py32.
Under Py27 everythings works, but for 3.2 i get the error:
- builtins.ImportError: DLL load failed: The specified procedure could not be found.
on the line
- from PySide import QtCore
I have been reinstalling everything but python, but no luck.
Can anyone help?
Cheers, Lars
oh, ps:
windows 7, qt 4.8.5 (32bit), pyside 1.2.1 (32bit) for 2.7 and 3.2