SystemError: com_backpatch: offset too large

R

rkmr.em

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,281
Latest member
Pedroaciny

Latest Threads

Top