GinTon wrote:

> How to access to a variable (that value is not returned) from a module
> imported?
> And the variable is set at the module-level.

   import module
   print module.variable

(have you read the Python tutorial?)

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to