My webpy app is running ok but sometimes it crashes with an error in
db.py right after *any* db.query("...", vars = locals() ). An extract
of internal error via web.djangoerror():

/home/me/myapp/web/db.py in reparam

242 v = eval(chunk, dictionary)

/home/me/myapp/web/db.py in query

573 sql_query = reparam(sql_query, vars)

If I kill myapp.py (I'm running it via spawnfcgi) everything is ok
again until next crash.

ps I'm using latest github version of webpy.

tnx
--~--~---------~--~----~------------~-------~--~----~
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