Message 1 of 2
Maya 2016 PySide import issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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!