On Sun, Apr 24, 2005 at 01:24:36PM -0700, vincent delft wrote: > I've tried with "/qx" and with "/", but with "/" I > receive the standard index.html of apache. > > I'm running python server/scgi_server.py > > > But, I receive the following error: > " > [2005-04-24 22:05:22] exception caught > Traceback (most recent call last): > File > "/usr/lib/python2.3/site-packages/quixote/publish.py", > line 274, in process_request > output = self.try_publish(request) > File > "/usr/lib/python2.3/site-packages/quixote/publish.py", > line 249, in try_publish > assert path[:1] == '/' > AssertionError
I think you need to use /qx/ as the path. Neil _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
