On Thu, Jan 9, 2014 at 3:00 PM, Chad Dombrova <[email protected]> wrote:

> Are you getting the same error using the pymel that ships with 2014?


Yup, the error seems to be related to the core os.path module in Python
2.7.3 which ships with maya.

Here's a paste from a vanilla maya 2014 install:

import pymel.core.system
import maya.cmds

print cmds.about(apiVersion=True)
print pymel.core.system.Path('C:/temp').isdir()

201400
# Error: _isdir() takes exactly 1 argument (0 given)
# Traceback (most recent call last):
#   File "<maya console>", line 5, in <module>
# TypeError: _isdir() takes exactly 1 argument (0 given) #

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CANESWi1tSYo5GDOdbNXgZbsay1yt6bECLwe0nGuKSDEvFMHEUg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to