Steve, I think I actually need to get the caller's local namespace. How do I do that using sys? I read the documentation and can't find anything specific. For example, if I have module A and it imports module B, I want module B to add variables to A's global namespace. Python has to store this info somewhere in order to return to A after a function is run in B. I can certainly look at it the Komodo debugger call stack.
Thanks, -Justin -- http://mail.python.org/mailman/listinfo/python-list