Re: Global object

2006-11-22 Thread Steven Bethard
Ghido wrote: > Hi all, i need to save in an object some variable for use in other > parts of my software. it's possibile without create an istance of this > class in every file? if yes how? Create a module, say, ``config``. Then to save your object, you use something like:: import config

Global object

2006-11-22 Thread Ghido
Hi all, i need to save in an object some variable for use in other parts of my software. it's possibile without create an istance of this class in every file? if yes how? thanks a lot Ghido -- http://mail.python.org/mailman/listinfo/python-list