I run this example in the pymel docs: import pymel.core as pm
import maya.cmds as cmds multipleFilters = "Maya Files (*.ma *.mb);;Maya ASCII (*.ma);;Maya Binary (*.mb);;All Files (*.*)" pm.fileDialog2(fileFilter=multipleFilters, dialogStyle=2) Get this error: # Traceback (most recent call last): # File "<maya console>", line 2, in <module> # AttributeError: 'module' object has no attribute 'fileDialog2' # I'm using Maya 2009 on OSX with the most recent release of pymel. Does anyone else have this issue or is it just me? Cheers, Shawn -- http://groups.google.com/group/python_inside_maya
