Gary Herron wrote:
er wrote:
Simple question, I think: Is there a way to make a completely global
variable across a slew of modules?

...

Create a module called, perhaps, global.py which contains your variables.
Bad choice of names (a reserved word).  Use globals, or data or global_.
Otherwise, the advice is spot-on.

--Scott David Daniels
scott.dani...@acm.org
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to