<!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>&nbsp;</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>&nbsp; File 
"C:\Utilities\Python23\Lib\site-packages\mod_python\apache.py", line 299, in 
HandlerDispatch<BR>&nbsp;&nbsp;&nbsp; result = object(req)<BR><BR>&nbsp; File 
"C:\Utilities\Python23\Lib\site-packages\mod_python\psp.py", line 297, in 
handler<BR>&nbsp;&nbsp;&nbsp; p.run()<BR><BR>&nbsp; File 
"C:\Utilities\Python23\Lib\site-packages\mod_python\psp.py", line 208, in 
run<BR>&nbsp;&nbsp;&nbsp; exec code in global_scope<BR><BR>&nbsp; File 
"C:/Program Files/Apache 
Group/Apache2/htdocs/RegistrationTwo/RegistrationPageUpdate.psp", line 21, in 
?<BR>&nbsp;&nbsp;&nbsp; psp.redirect(req.url)<BR><BR>&nbsp; File 
"C:\Utilities\Python23\Lib\site-packages\mod_python\psp.py", line 84, in 
redirect<BR>&nbsp;&nbsp;&nbsp; util.redirect(self.req, location, 
permanent)<BR><BR>&nbsp; File 
"C:\Utilities\Python23\Lib\site-packages\mod_python\util.py", line 371, in 
redirect<BR>&nbsp;&nbsp;&nbsp; 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>&nbsp;</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>&nbsp;</DIV></BODY></HTML>