Hey all -

Having trouble importing the libraries of PyQt4 on OSX, inside Maya 2009.

I can run the following code without any trouble... (if I don't append this
path, it says it can not find PyQt4)

import sys
sys.path.append( '/Library/Python/2.5/site-packages' )
import PyQt4

But if I try what I want to do, which is import QtCore and/or QtGui, the
following code crashes Maya without an error.

from PyQt4.QtCore import *
from PyQt4.QtGui import *



Let me know if there are some further details I can provide to make this
debugging easier.

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to