onetera
03-16-2009, 11:08 PM
I have been using PyQT4 with python 2.5
I want to use PtQT4 on Maya2009.
so I copied this:
C:\Python25\Lib\site-packages\PyQt4
to here:
C:\Program Files\Autodesk\Maya2009\Python\Lib\site-packages\PyQt4
I just ran this :
from PyQt4 import QtGui
and then I got this error message:
from PyQt4 import QtGui
# Error: DLL load failed with error code 193
# Traceback (most recent call last):
# File "<maya console>", line 1, in
# ImportError: DLL load failed with error code 193 #
How can I install PyQT on MAYA2009?
Thanks.
I want to use PtQT4 on Maya2009.
so I copied this:
C:\Python25\Lib\site-packages\PyQt4
to here:
C:\Program Files\Autodesk\Maya2009\Python\Lib\site-packages\PyQt4
I just ran this :
from PyQt4 import QtGui
and then I got this error message:
from PyQt4 import QtGui
# Error: DLL load failed with error code 193
# Traceback (most recent call last):
# File "<maya console>", line 1, in
# ImportError: DLL load failed with error code 193 #
How can I install PyQT on MAYA2009?
Thanks.
