Hi, So I have built my UI using 2 modules:Tkinter and Pmw.(Both modules are installed correctly in maya and eclipse) if I evaluate the following (after building the UI): myValue=myCounter.get() >>In ecplise I get an error concerning the .get(), and in maya it crashes.
Talking about more crashes.I have installed pymel in eclipse.(I verified doing the test as it is said in pymel´s instruction).Now,if do: import pymel >>It works in eclipse and maya´s python editor. BUT if i do: from pymel import * >>it works fine in maya´s py editor but it crashes in eclipse (if it is not a >>crash it takes really really reeeaaallyyyy long time) Oh,a quick question about a diferent subject.About variables...Since a started working with eclipse I though that it would be a good idea to use a nomenclature like: im_myImages int_myInt fl_myFlota val_myQueriedValue etc... So when I look at the alphabetic list I have them grouped together.I am just asking because you are much more experienced than me in eclipse.Maybe it is not correct to do that,or there is a better way.I don´t know... R --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
