Fixed one cool thing (which I now just fixed on my PC too) which was the need to have to append the PyQt4 path to sys.path in Maya. Per your suggestion, the path I copied my installation to was.. /Applications/Autodesk/maya2009/Maya.app/Contents/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/
However, now I can import PyQt4, but still it crashes on either import: from PyQt4.QtCore import * from PyQt4.QtGui import * So now I'm really stuck, as the OSX install of PyQt4 is very close to a Linux installation, ( you must use terminal ). I copied On Sat, Jun 6, 2009 at 3:30 PM, CharlieWales <[email protected]> wrote: > Hi, Taylor. Do you have the PyQt4 module directory inside the python >> directory of your Maya installation? > > > I don't know it is not applicable to OSX as but I had to copy this > directory (PyQt4)into the "Python\Lib\site-packages" of my Maya installation > on windows in order to work. Prior to this it didn't work too. Hope it > helps. It worked for me. > > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
