Hey guys, I just installed Maya 2015 in a fresh Mavericks (osx 10.9.3) environment and I can't seem to build PyQt. I'm following the directions from Autodesk<http://download.autodesk.com/us/support/files/maya_documentation/pyqtmaya2015.pdf> but my builds result in missing symbols when I load the PyQt4 module.
from PyQt4 import QtGui # Error: ImportError: file <maya console> line 1: dlopen(/Applications/Autodesk/maya2015/Maya.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/PyQt4/_qt.so, 2): Symbol not found: __ZN6Phonon22ObjectDescriptionModelILNS_21ObjectDescriptionTypeE0EE11qt_metacastEPKc Referenced from: /Applications/Autodesk/maya2015/Maya.app/Contents/ Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/ PyQt4/_qt.so Expected in: flat namespace in /Applications/Autodesk/maya2015/Maya.app/Contents/Frameworks/Python. framework/Versions/Current/lib/python2.7/site-packages/PyQt4/_qt.so # Is there an easier way to setup the Qt / PyQt environment? Can I download a build from somewhere? Is anyone else working in Mavericks with Maya 2015? -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/0973d9db-662d-4d9d-90c8-d260189938c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
