Access to variable from external imported module

Fredrik Lundh fredrik at pythonware.com
Fri Nov 24 01:39:16 EST 2006


GinTon wrote:

> Thanks Robert, the best solution is get all local variables, else is
> impossible access to them.

if you don't want them to be local, why are you using local variables?

(have you read the Python tutorial?)

</F>




More information about the Python-list mailing list