Hi All,

i am developing a tool which has so-many modules to be imported within the 
modules.

for suppose if i have below 3 modules
m1,m2,m3.

py is my python file used in maya

py imports m1
m1 imports m2
m2 imports m3

while developing we will be coming across some errors, which we will be 
correcting where it is required.

so here when i execute the py file.
if i got an error at m2 module. we will be fixing the issue in an IDE. 
after correcting the module if we run py file it uses the same old m2 
module which was imported 1st. for that to get effected i need to close 
maya and reopen and run py again.

i want to skip this closing and opening maya every time i do a change in 
any module.

How can i overcome this...?

Can any one give any idea.

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to