For some reason, in my product, the __del__(self) is not being called when I delete an instance of it.. I currently have it defined as: def __del__(self): raise "DEBUG", "TEST" Just to see what is going on... Any ideas? --John