I would like to create global variable so that I can access them in
different modules. But It doesn't seem to work.

What I need is this:

module A
define global var

Function1
set global var value

Module B
Function1
read global var value

When I do this, the global var is only accessible in the module A, i
can't access it in module B, anyone know if this can be done?

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

Reply via email to