Mod_python error: "PythonHandler mod_python.psp"
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/mod_python/apache.py",
line 299, in HandlerDispatch
result = object(req)
File "/usr/lib/python2.3/site-packages/mod_python/psp.py",
line 297, in handler
p.run()
File "/usr/lib/python2.3/site-packages/mod_python/psp.py",
line 208, in run
exec code in global_scope
File "/home/SURRAnet/base/grades/view/frame-grades.psp",
line 17, in ?
%>
File "/home/SURRAnet/modules/gradesHTML.py", line
516, in gradebook
html += cellhtml['view'] % ('aavg', '',
round(quarter_earned / quarter_total * 100),
lettergrade(quarter_earned / quarter_total * 100))
+ ""
ZeroDivisionError: integer division or modulo by zero