Caleb (Chris Hardie) wrote: > Hi, > > I have managed to get my Quixote app running on > Twisted on Windows by butchering twisted_http.py, and > everything works swimmingly, except now all relative > paths are buggered, whereas everything was copacetic > under CGI. Is there a variable I need to set now to > set the root path again? I'd quite like to figure out > how to get all my images back. > Caleb, can you give a bit more detail? perhaps some sample code? Though it's not widely known, there is more than one way to bugger a relative URL. ;-) A diff of your "butchered" version of twisted_http would be most welcome. Why did you find that twisted_http didn't work for you out of the box? -- Graham