I've been unable to get completion working in Maya 2009 sp1 (linux x64) with pyMEL 1.0.0rc1 in Eclipse 3.5.2 (Pydev 1.5.5).
Here are my steps: - Preferences | Pydev | Interpreter - Python - New... - Fill in interpreter & name - the only non-standard thing here is that we have a custom mayapy script that overrides PYTHONPATH to include our own directory (which includes the pymel egg). - OK - Select everything except the pymel egg and the Maya lib/python2.5/ site-packages directories - OK - New Folder - select extras/completion from the pymel distribution - New Folder - select lib/python2.5/site-packages from the Maya location - OK - Project Preferences - PyDev - Interpeter/Grammar - Python, 2.5, Maya 2009 (the interpreter I just created) - OK - create new file (test.py) - open a python script - type "import pymel" - save An error badge appears beside the statement with this hovertext: "Unused import: pymel Unresolved import: pymel" I've also tried adding the pymel egg to the libraries, but this results in only some symbols being available (probably the non-dynamic ones). Anyone have any suggestions? thanks, -Mark -- http://groups.google.com/group/python_inside_maya
