http://www.luma-pictures.com/tools/pymel/docs/1.0/eclipse.html

Also, when I execute this in the Python tab, I get this error message.

import maintenance.stubs
maintenance.stubs.pymelstubs()
# Error: No module named maintenance.stubs
# Traceback (most recent call last):
#   File "<maya console>", line 1, in <module>
# ImportError: No module named maintenance.stubs #

Pymel works just fine in the Script Editor, the problem is when I try using
Eclipse.

On Thu, Jan 14, 2010 at 1:58 PM, martinmrom...@gmail.com <
martinmrom...@gmail.com> wrote:

> Hello there,
>
> I still having issues with Eclipse as my Maya IDE, is anyone else
> having any problems with this workflow? every time I execute or press
> Ctrl + Enter from Eclipse, the program takes a long pause but nothing
> happens in Maya.
>
> Thanks
>
> On Jan 12, 3:51 am, "martinmrom...@gmail.com"
> <martinmrom...@gmail.com> wrote:
> > Hi there,
> >
> > I got everything working sort of ok right now in terms of having
> > Eclipse as my Maya IDE, I had Pymel is working just fine with Maya
> > 2009, I downloaded Eclipse and Pydev and I followed all the directions
> > etc.
> >
> > In Eclipse when I hit the button or press Ctrl + Enter nothing
> > happens, there is a little pause but then nothing.
> > # Send the entire contents of an editor to Maya ------------not
> > working
> > # Send a highlighted selection to Maya         -----------------not
> > working
> > # Get results back from Maya in it's own console view -----not
> > working
> > # Anything done within Maya's own script editor is also echoed in the
> > console view  ---not working
> >
> > I am not getting any error messages either.
> >
> > Here is a simple example of what I entered in eclipse and I still
> > nothing in Maya.
> >
> > from__future__ import
> > from pymel import *
> > import pymel.core.general as pm
> > import maya.cmds as cmds
> >
> > pm.ls(type ='camera')
> >
> > cmds.ls(type='camera')
> >
> > Thanks
> >
> > Martin
>
> --
> http://groups.google.com/group/python_inside_maya
>



-- 
Martin La Land Romero
www.martinromerovfx.com
http://martinromerovfx.blogspot.com/
martinmrom...@gmail.com
(415)261-2172
-- 
http://groups.google.com/group/python_inside_maya

Reply via email to