Anton81 <[EMAIL PROTECTED]> writes:

> I want to use globals that are immediately visible in all modules. My
> attempts to use "global" haven't worked. Suggestions?

Use a module and a class variables for that.  Import your module and
read/update class variables as you need them.


-- 
Jorge Godoy      <[EMAIL PROTECTED]>

"Quidquid latine dictum sit, altum sonatur."
- Qualquer coisa dita em latim soa profundo.
- Anything said in Latin sounds smart.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to