I tried adding all the paths from the mayapy shell to my PYTHONPATH. tried import pymel in vim but got this error
:py import pymel.core Traceback (most recent call last): File "<string>", line 1, in <module> File "/pymel/pymel-1.0.2/pymel/core/__init__.py", line 7, in <module> File "/pymel/pymel-1.0.2/pymel/internal/__init__.py", line 4, in <module> File "/pymel/pymel-1.0.2/pymel/internal/plogging.py", line 41, in <module> File "/pymel/pymel-1.0.2/pymel/internal/plogging.py", line 35, in _fixMayaOut put AttributeError: 'module' object has no attribute 'Output' On Jan 4, 12:49 pm, flavius <[email protected]> wrote: > Looking to get pymel/maya.cmds completion in vim. Anyone get this to > work? -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
