On 2010.05.16 02:36, ginodauri wrote:
Hello

I currently explore pymel and which ide is best.

I have two "problems" one with komodo other with eclipse.

Komodo:
example of command:
Button().setLabel("foo").setBackgroundColor([0.1,0.1,0.1])

Python is not strictly typed language, therefore it's not IDE's fault that it can not always correctly guess (yeah, guessing is all it can do) the return type of a method.
Komodo stops at Button().setLabel("foo").
Don't give me methods?

Eclipse:
Outline problem:
Code like this:
class testCls(object):
     pass
testCls.foo=""

rewrite as

class TestCls(object):
    foo=""

regarding IDE choice, I vote Eclipse+PyDev. SVN integration alone will not make me choose another IDE.

----
Viktoras
www.neglostyti.com

--
http://groups.google.com/group/python_inside_maya

Reply via email to