I'm investigating PySide and how it can be used with Maya2012.  I've seen a few 
other posts in this list with people asking about interactions with Maya but 
can't find info about this particular issue.
 
First, Maya2012 comes with a subset of Qt4.7.1.  Looking at the PySide 
downloads, there are builds for PySide 1.0.3 to 1.0.9.  I have had success 
importing versions 1.0.3 to 1.0.6 inside Maya2012.  But 1.0.7 and 1.0.9 have an 
import error where it chokes on line 2 of private.py
 
# Error: line 1: ImportError: file 
C:\Python26\Lib\site-packages\PySide\private.py line 2: DLL load failed: The 
specified procedure could not be found. # 

Line 2 is:   
from QtCore import __moduleShutdown
 
I notice that 1.0.3 to 1.0.6 were compiled against Qt 4.7.3.  And from 1.0.6 
onwards Qt4.7.4 has been used.  This would seem to be the issue.  But I do not 
know what could have changed between those minor releases that now the latest 
PySide will not import.  Is there anything you can shed light on with this 
issue?
 
Thanks.
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to