[SQLObject] Re: Question about Session Error
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Chris G. <ch...@il...> - 2004-06-17 01:00:20
|
On 16 Jun 2004, Cary Fitzhugh said: > File "C:\PYTHON23\Lib\site-packages\mod_python\Session.py", line > 132, in > __init__ > Cookie.add_cookie(self._req, self.make_cookie()) > > File "C:\PYTHON23\Lib\site-packages\mod_python\Session.py", line > 160, in > make_cookie > c.path = dirpath[len(docroot):] > > TypeError: unsubscriptable object Could you give us some more information? This traceback is pretty obtuse... How is SQLObject involved in the value of "dirpath"? And what IS dirpath's value at the point when it fails? |