execfile then import back

overly.crazy.steve at gmail.com overly.crazy.steve at gmail.com
Fri Jun 2 14:12:38 EDT 2006


Dennis Lee Bieber wrote:
> 	And the problem you are seeing is that the initial "v" in the t.py
> that you "run", is considered "__main__.v", NOT "t.v"

Yes, the 2 different copies of v apparently imply that __main__ and t
are 2 different modules. But I had expected __main__ to be an alias of
t. Can you point out the passage in Python doc that explains this?




More information about the Python-list mailing list