Re: How to delete a Python package

2006-07-13 Thread zarrg
Nick Vatamaniuc wrote: > Skip, > I agree. Some kind of a manifest or log file would be great and > probably not that hard to implement. > Nick What's wrong with the "record" option of install: python setup.py install --record installed_files Then it's pretty easy to do: rm -rf `cat installe

Re: How to have application-wide global objects

2006-07-13 Thread zarrg
Sanjay wrote: > Probably a newcomer question, but I could not find a solution. > > I am trying to have some singleton global objects like "database > connection" or "session" shared application wide. > > Trying hard, I am not even being able to figure out how to create an > object in one module and