Yea that would cause an issue. 
PyQt 4.9.4 works because it is still API compatible with Qt 4.7.1.
This issue is that you are only using the Qt source to build PyQt4, but you 
still link it against Maya's own Qt, so you cannot change the Qt version. All 
that matters is that the PyQt version is still API compatible.


On Oct 2, 2012, at 1:30 AM, Panupat Chongstitwattana wrote:

> say, Maya 2013 which uses PyQt 4.9.4. Would there be any problem if I grab 
> the PyQt of the same version from Riverbank and use that inside Maya?
> 
> http://sourceforge.net/projects/pyqt/files/PyQt4/
> 
> Is there any pro for compiling my own build?
> 
> -- 
> view archives: http://groups.google.com/group/python_inside_maya
> change your subscription settings: 
> http://groups.google.com/group/python_inside_maya/subscribe

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to