[Moin-user] cgitb problem
Daniel M. Drucker
dmd at 3e.org
Sun Dec 9 15:19:03 EST 2001
In the latest CVS update I get this when accessing the Moinmoin.
TypeError: coercing to Unicode: need string or buffer, None found Python
2.1.1
/usr/local/bin/python2
A problem occurred while running a Python script. Here is the sequence of
function calls leading up to the error, with the most recent (innermost)
call first. The exception attributes are:
args = ('coercing to Unicode: need string or buffer, None found',)
/home/threee/moin/lib/python2.1/site-packages/MoinMoin/cgimain.py in run
(properties={})
204 try:
205 from MoinMoin.support import cgitb
206 cgitb.handler()
cgitb = <module 'MoinMoin.support.cgitb'
from '/home/thr...hon2.1/site-packages/MoinMoin/support/cgitb.pyc'>,
handler = undefined
207 except:
208 cgi.print_exception()
More information about the Moin-user
mailing list