Can module access global from __main__?

Neal Becker ndbecker2 at gmail.com
Tue Oct 11 09:38:04 EDT 2005


Suppose I have a main program, e.g., A.py.  In A.py we have:

X = 2
import B

Now B is a module B.py.  In B, how can we access the value of X?





More information about the Python-list mailing list