hi, i get this error while using web.py and cheetah. how to fix this? happens everytime regularly thanks
Traceback (most recent call last): File "/home/mark/work/pop/web/webapi.py", line 313, in wsgifunc result = func() File "/home/mark/work/pop/web/request.py", line 131, in <lambda> func = lambda: handle(inp, fvars) File "/home/mark/work/pop/web/request.py", line 61, in handle return tocall(*([x and urllib.unquote(x) for x in args] + fna)) File "/home/mark/work/pop/user.py", line 127, in proxyfunc return func(self, *args, **kw) File "./code.py", line 1491, in GET return web.render("newview.html") File "/home/mark/work/pop/web/cheetah.py", line 89, in render compiled_tmpl = _compiletemplate(template, base=base, isString=isString) File "/home/mark/work/pop/web/utils.py", line 286, in __call__ self.cache[key] = self.func(*args, **keywords) File "/home/mark/work/pop/web/cheetah.py", line 37, in __compiletemplate exec str(tmpl_compiler) in execspace SystemError: com_backpatch: offset too large -- http://mail.python.org/mailman/listinfo/python-list