Python 2.6 Global Variables

Ronn Ross ronn.ross at gmail.com
Wed Oct 28 21:02:42 EDT 2009


Inside the method that you want to use  the var prefix the first  
instance with global. For example: global my_var. Then you can use the  
var like normal in the method. Good luck

On Oct 28, 2009, at 20:50, mattofak <mattofak at gmail.com> wrote:

> Hi All;
>
> I'm new to Python and moving from C, which is probably a big source of
> my confusion. I'm struggling with something right now though and I
> hope you all can help.
>
> I have a global configuration that I would like all my classes and
> modules to be able to access. What is the correct way to do this?
>
> Thanks;
> Matthew Walker
> -- 
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list