From: Oleg B. <ph...@ph...> - 2004-11-17 17:37:11
|
cache.py:48-49: def tryGet(self, id): return self.cache.get(id) There is no self.cache, because self.doCache is False. I don't know what to return. None? Traceback (most recent call last): File "/usr/local/lib/python2.3/site-packages/sqlobject/dbconnection.py", line 633, in rollback inst = subCache.tryGet(id) File "cache.py", line 49, in tryGet AttributeError: 'CacheFactory' object has no attribute 'cache' Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |