On Nov 6, 12:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> i get this exception printed in the shell periodically:
>
>  Exception exceptions.SystemError: 'Python/traceback.c:96: bad argument to
> internal function' in <generator object at 0x84dc48c> ignored
>
> i have latest web.py, lighttpd and python 2.5
>
> do you guys know what is wrong

How are you hosting the actual Python application? Are you using flup
to serve it as a FASTCGI application behind lighttpd or something
else?

An internal SystemError like this is pretty bad and suggests that some
C extension module is involved that is buggy, or using Python in an
embedded system, which again is buggy in some way. It is pretty hard
to create these sorts of errors.

Graham


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to