Fabian Fagerholm
fabbe at paniq.net
Mon May 17 12:51:55 EDT 2004
On Mon, 2004-05-17 at 11:11, Volodya wrote: > > File "/usr/lib/python2.3/site-packages/mod_python/psp.py", line 114, in __init__ > > cached = strcache.get(string) > > > > NameError: global name 'strcache' is not defined > > > > Looking at psp.py, indeed I can't seem to find any place where the > > strcache variable would be initialized. > > > > Any hints? > > http://www.modpython.org/pipermail/mod_python/2004-May/015552.html Replacing strcache with mem_scache just locks up the application. The same thing does appear to happen if I use the following in a file: <div>.</div> (with newline at the end) Any more ideas? -- Fabian Fagerholm <fabbe at paniq.net> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://modpython.org/pipermail/mod_python/attachments/20040517/db4bf6da/attachment.bin
|