Message 1 of 1
Missing dynamic libraries in OSX Mavericks?

Not applicable
05-15-2014
11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Our studio just moved to Mavericks and Maya 2014 from a Mountain Lion and Maya 2012 evironment and no it seems that we've run into some enviroment issues. Specificly we can't launch custom PyQt scripts/plugins because of missing libraries.
from PyQt4 import QtCore, QtGui # Error: ImportError: file <maya console> line 1: dlopen(../../lib/python2.7/site-packages/PyQt4/QtGui.so, 2): Library not loaded: QtGui.framework/Versions/4/QtGui Referenced from: /../../lib/python2.7/site-packages/PyQt4/QtGui.so Reason: image not found #
I've tried several things along the lines of rebuilding and reinstalling Qt/PyQt but I can't seem to get Maya to see the Qt framework. Is there a definitive installation guide out there somewhere?