Hi, Did the switch to win7 64 bit a while back and set up pyMel, pyQt to play nice with Eclipse. I also set up for Python (whatever version) and the ability to compile your "out of Maya" Python tools to exe (both 32 bit and 64 bit).
I did a write up of the process I went through here<http://www.christianakesson.com/ArtSite/R%26D/Entries/2010/6/18_The_64_bit_switch_-___Tutorial__.html> As far as pymel go, we run it from outside of the standard maya location (2011). I did not add the build ins as I am not so sure it is necessary? I get the auto completion by just pointing to pyMel/extras/completions/py in my Libraries tab of the mayaPy interpreter for Maya 2011. It's important to remove Maya2011/Python/Lib/site-packages before doing so and then adding it back..... /Christian On Wed, Aug 25, 2010 at 12:44 PM, flogo <[email protected]> wrote: > Thanks, but I get the same results. > Autocompletion works a bit, but when I add the builtins (like the > example, I only use mayapy for interpret python): > > pymel.api.allapi > pymel.core.animation > pymel.core.datatypes > pymel.core.effects > pymel.core.general > pymel.core.language > pymel.core.modeling > pymel.core.nodetyeps > pymel.core.other > pymel.core.rendering > pymel.core.system > pymel.core.windows > > I had the python25.zip, my folder where I put pymel in manual install > and I set the MAYA_LOCATION in environnement... > > I restart eclipse after the modifications and it's the same. > > > On 25 août, 17:18, Paul Molodowitch <[email protected]> wrote: > > Pymel has a page for trying to help you get up and running with that: > > > > http://www.luma-pictures.com/tools/pymel/docs/1.0/eclipse.html > > > > Hope that helps! =) > > > > - Paul > > > > On Wed, Aug 25, 2010 at 2:17 AM, flogo <[email protected]> > wrote: > > > Hi everybody ! > > > > >http://www.creativecrash.com/tutorials/using-eclipse-as-a-maya-ide#tabs > > > > > In Eclipse Pydev, autocompletion with Pymel functions works only if I > > > delete the builtins like "pymel.core", "pymel.io", ...etc. Strange. > > > But autocompletion with some special maya python functions > > > (polyMapCut, toogle, ...etc.) or maya.mel.eval doesn't work. > > > > > Does somone knows how making Pydev autocompletion doing well with maya > > > and pymel in PyDev ? > > > > > Sorry for my English. ;-) > > > > > Flo > > > > > -- > > >http://groups.google.com/group/python_inside_maya > > > > > > -- > http://groups.google.com/group/python_inside_maya > -- http://groups.google.com/group/python_inside_maya
