Skip to content Skip to sidebar Skip to footer

Pyqt Configuration And Installation Error

I'm trying to install PyQt for Maya on my Macbook pro. I've succesfully installed Qt and Sip and I'm failing to install PyQt. The versions I'm using are OSX 10.6.8, Qt 4.7.1 - modi

Solution 1:

I have a detailed write-up on this topic already: http://www.justinfx.com/2011/11/09/installing-pyqt4-for-maya-2012-osx/

It also contains ready built packages for you to install, including Maya 2013 for Lion. I have not tried the Lion package on Snow Leopard but I suspect it should work since it was built with the same SDK and arch.

I had created a repo to store build scripts for each maya version: https://github.com/justinfx/MyQt4

And the original write up for Maya 2011 manual PyQt installation: http://www.justinfx.com/2011/01/07/installing-pyqt-for-maya-2011-osx/ You can still apply this same procedure to newer versions, by just updating the package versions of Qt, Sip, PyQt to the appropriate ones. But the idea of the MyQt repo was to take the frustration out of it and just do it from a script.

Post a Comment for "Pyqt Configuration And Installation Error"