On Mon, Apr 25, 2005 at 01:39:44PM -0700, vincent delft wrote: > "/usr/lib/python2.3/site-packages/quixote/publish.py", > line 249, in try_publish > assert path[:1] == '/' > AssertionError [...] > REQUEST_URI /qx/ > SCGI 1 > SCRIPT_NAME /qx/ Ah, I suspect you have not set the script_name option. For your case you want it to be '/qx'. If you are using the scgi_server.py script then use use the --script-name option. It's annoying to have to set this option but I can't think of another solution. Neil