By the way, I have printed out the adress of  moduleB.ClassB in moduleC1.py 
and moduleC2.py.
Because I have added reload(moduleB) in each module, that reload is 
changing the adress of the class moduleB.ClassB, so when I do the second 
time classC1 = moduleC1.ClassC1("foo")
there is nothing there because the adress changed. So I get that error. Is 
that correct?

Still, I am not sure of to design the code to keep that class "tree" 
mentioned before. I need the reload to update my progress to the 
subclasses, but by doing so,
the memory address changes.

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/ee76aacf-2e05-471a-9029-56bb3f292194%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to