On Tue, Jun 10, 2003 at 06:19:57PM -0400, Mark Bucciarelli wrote: > get_path() returns a double--form_demo/form_demo. I think this is a > problem with how the native Python web server is parsing the CGI > variables--both the script name and the path are the same. That's not right. The full path should be SCRIPT_NAME + PATH_INFO. Neil