Hi! I also have a problem with pyqt and Maya 2009-64bit. I recompiled Python 2.5.1, SIP 4.7.7, and PyQt 4.4.3 in 64 bit with Visual Studio 2008. I am working with WindowXP-64. I also modified my PATH variable, but when I launch a PyQt4 application, maya can't find QApplication. This application works outside of Maya. Also the following commands:
from PyQt4 import QtGui print dir(QtGui) only returns: ['__doc__', '__name__', 'qAlpha', 'qBlue', 'qDrawPlainRect', 'qDrawShadeLine', 'qDrawShadePanel', 'qDrawShadeRect', 'qDrawWinButton', 'qDrawWinPanel', 'qGray', 'qGreen', 'qIsGray', 'qRed', 'qRgb', 'qRgba', 'qSwap', 'qt_set_sequence_auto_mnemonic'] Did you have the same problem ? Do you know how can it be fixed ? thank you --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
