global variables - how??

Anders Eggers-Krag aek at mail1.stofanet.dk
Wed Apr 12 13:28:37 EDT 2000


how do I define a propper global variable that works in all functions in all
modules?

I have tried simply
defining one outside of any function in the main module,
I have tried using the global keyword under the same cicumstances,
but they are not even avialible inside of functions within the main
module...


--
Anders Eggers - Krag





More information about the Python-list mailing list