point to /home/shawnpatapoff/WING_IDE/PI_FILES/ * > Also so I need an __init__.py in the Maya folder?* Nope * > I have some autocomplete but no completion on any class properties* auto-complete doesn't work until after you import the module as an object. See: http://wingware.com/pipermail/wingide-users/2008-May/005416.html
basically this won't work: import maya.OpenMaya maya.OpenMaya. but this will: import maya.OpenMaya as om om. -Andrew --~--~---------~--~----~------------~-------~--~----~ Yours, Maya-Python Club Team. -~----------~----~----~----~------~----~------~--~---
