Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Maya 2016 PySide import issues

Maya 2016 PySide import issues

agovela
Contributor Contributor
1,040 Views
1 Reply
Message 1 of 2

Maya 2016 PySide import issues

agovela
Contributor
Contributor

We're evaluating to upgrade form 2015 to Maya 2016. But unfortunately all the scripts that rely on pyside won't run in 2016. I get the following types of error messages:

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

 

I can import PySide with no problem

but I can't do somethig like: "from PySide import QtGui, QtCore"

 

##

from PySide import QtGui, QtCore
# Error: line 1: ImportError: file <maya console> line 1: DLL load failed: The specified procedure could not be found. #

##

 

Any ideas what changed form 2015 to 2016 regarding PySide? 

 

Thanks!

 

1,041 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

you are quite likely mixing up two version of Qt/PySIde

 

FROM : https://wiki.qt.io/PySide_FAQ
Cannot mix incompatible Qt library (version 0x40701) with this library (version 0x40702)
ImportError: DLL load failed: The specified procedure could not be found.

check whether you have PySide installed on the system and if it's so, just remove it.

L.

0 Likes