Is there somebody who has succeeds in installing PyQt on snow leopard for maya2011.
I read the pdf document for install PyQt on maya. I install Qt4.5.3 The sip install work well, but my problem is in the pyqt side.. The paths for Qt on my machine is not good in the document, so i try to relink the good path for each step. I don't know if my relink path is good... here is my workflow # pyqt install export QTDIR=/usr/local/Qt4.5 export PATH=/usr/bin:$PATH export QMAKESPEC=/usr/local/Qt4.5/mkspecs/macx-g++ export DYLD_LIBRARY_PATH=/usr/lib /Applications/Autodesk/maya2011/Maya.app/Contents/bin/mayapy configure.py LIBDIR_QT=/usr/lib LIBDIR_QT=/usr/include MOC=/usr/bin/moc -w --no-designer-plugin make -j8 make install If anybody can help me Thanks -- http://groups.google.com/group/python_inside_maya
