<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=812180018-20052004>In the code of my
PSP page a do a <FONT size=2>psp.redirect(somestringvalue) and I receive this
trace:</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=812180018-20052004></SPAN></FONT> </DIV>
<DIV><FONT face=Arial><SPAN class=812180018-20052004>Mod_python error:
"PythonHandler mod_python.psp"<BR><BR>Traceback (most recent call
last):<BR><BR> File
"C:\Utilities\Python23\Lib\site-packages\mod_python\apache.py", line 299, in
HandlerDispatch<BR> result = object(req)<BR><BR> File
"C:\Utilities\Python23\Lib\site-packages\mod_python\psp.py", line 297, in
handler<BR> p.run()<BR><BR> File
"C:\Utilities\Python23\Lib\site-packages\mod_python\psp.py", line 208, in
run<BR> exec code in global_scope<BR><BR> File
"C:/Program Files/Apache
Group/Apache2/htdocs/RegistrationTwo/RegistrationPageUpdate.psp", line 21, in
?<BR> psp.redirect(req.url)<BR><BR> File
"C:\Utilities\Python23\Lib\site-packages\mod_python\psp.py", line 84, in
redirect<BR> util.redirect(self.req, location,
permanent)<BR><BR> File
"C:\Utilities\Python23\Lib\site-packages\mod_python\util.py", line 371, in
redirect<BR> req.err_headers_out["Location"] =
location<BR><BR>TypeError: table values must be strings</SPAN></FONT></DIV>
<DIV><FONT face=Arial><SPAN class=812180018-20052004></SPAN></FONT> </DIV>
<DIV><FONT face=Arial><SPAN class=812180018-20052004><FONT size=2>The value
which I am passing as the redirect URL (req.url) is a string. I even print it to
a log and it is a totally valid URL address. Why am I getting this error
?</FONT></DIV>
<DIV></SPAN></FONT><FONT face=Arial size=2><SPAN
class=812180018-20052004></SPAN></FONT> </DIV></BODY></HTML>