[Maya-Python] PyQt4 imports in Maya 2010, doesn't in Maya 2011

2010-08-23 Thread Ofer Koren
I've installed this a while ago, and I'm not sure what I should do now to make this work with 2011 as well. I'm getting this error: import PyQt4 # this works fine import PyQt4.QtCore # all the .pyd files are where they're supposed to be. # Error: DLL load failed: The specified

Re: [Maya-Python] PyQt4 imports in Maya 2010, doesn't in Maya 2011

2010-08-23 Thread David Moulder
2011 is compiled against Qt 4.5.3 and so you have to use that version of Qt. PyQt's release visioning bears no relation to Qt's and the default downloads from riverbank are built against the latest stable Qt version. 4.6 I think. Fortunately there are some very kind TD's out there that have

[Maya-Python] Re: python equivalent of mel trace() command

2010-08-23 Thread haggi
Thanks a lot, thats exactly what I need. -- http://groups.google.com/group/python_inside_maya

Re: [Maya-Python] PyQt4 imports in Maya 2010, doesn't in Maya 2011

2010-08-23 Thread Ofer Koren
Awesome, thanks! - Ofer www.mrbroken.com On Mon, Aug 23, 2010 at 2:34 AM, David Moulder da...@thirstydevil.co.ukwrote: 2011 is compiled against Qt 4.5.3 and so you have to use that version of Qt. PyQt's release visioning bears no relation to Qt's and the default downloads from riverbank

[Maya-Python] Reading Z-Buffer data into maya

2010-08-23 Thread Ofer Koren
Is there a way to get the z-buffer channel of an image (.iff) into maya via a file node (or the likes of it)? - Ofer www.mrbroken.com -- http://groups.google.com/group/python_inside_maya