[Twisted-web] RE: CSS link to stylesheet does not work in twisted

Michał Pasternak michal.dtz at gmail.com
Fri Jul 18 07:45:11 EDT 2008


Dnia 2008-07-17, o godz. 09:54:15
DJ <d.a.abernathy at gmail.com> napisał(a):

> Hello Again,
> 
> I am using twisted.web.http to prototype a few webpages and link to my
> stylesheet ( <link rel=stylesheet type="text/css"
> href="configstyle.css" />) does not work.
> If I save the page has a standalone HTML file and open it in a browser
> window, everything works fine, but not when I call it through twisted.
> Does anyone know why and is there a workaround ?

You need to add static.File child to your root resource. Read about
addChild method of rend.Page . 

-- 
m



More information about the Twisted-web mailing list