Looks like your PyQt is compiled against Qt 4.6. Maya is using 4.5.3, so it won't find symbols added after 4.5.3.
On Mon, May 17, 2010 at 2:43 PM, Ozgur Yılmaz <[email protected]> wrote: > Hi everybody, > > Finally I've managed to install 2011 x64 on Kubuntu 10.04 (don't ask how, a > real pain in the ass)... I've created symbolic links for PyQt4 and sip from > /usr/lib/pymodules/python2.6 to > /usr/autodesk/maya/lib/python2.6/site-packages > > when I try to import PyQt4 inside Maya I get this error, (also this error > happens using mayapy outsite maya): > > from PyQt4 import QtGui > > # Error: ImportError: > /usr/autodesk/maya/lib/python2.6/site-packages/PyQt4/QtGui.so: undefined > symbol: _ZTI19QKeyEventTransition # > > any idea? > > E.Ozgur Yilmaz > Lead Technical Director > www.ozgurfx.com > > -- > http://groups.google.com/group/python_inside_maya -- http://groups.google.com/group/python_inside_maya
