How to have application-wide global objects

Fredrik Lundh fredrik at pythonware.com
Thu Jul 13 11:30:13 EDT 2006


"Sanjay" wrote:

> Trying hard, I am not even being able to figure out how to create an
> object in one module and refer the same in another one. "import"
> created a new object, as I tried.

"import" doesn't create new objects, so that's not very likely.  can you post
some code so we don't have to guess what you've tried and not ?

</F> 






More information about the Python-list mailing list