How to have application-wide global objects
Fredrik Lundh
fredrik at pythonware.com
Thu Jul 13 11:30:13 EDT 2006
More information about the Python-list mailing list
Thu Jul 13 11:30:13 EDT 2006
- Previous message (by thread): How to have application-wide global objects
- Next message (by thread): How to have application-wide global objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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>
- Previous message (by thread): How to have application-wide global objects
- Next message (by thread): How to have application-wide global objects
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list