<br><br><div><span class="gmail_quote">On 2/7/06, <b class="gmail_sendername">James Y Knight</b> &lt;<a href="mailto:foom@fuhm.net">foom@fuhm.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Indeed it is broken; in SVN twisted.web2.script currently starts with<br>the line:<br><br>raise ImportError(&quot;FIXME: this file probably doesn't work.&quot;)<br><br>I think that fixes the particular problem you're seeing. ;)
<br><br>There's no reason it should be hard to support .rpy files in web2,<br>but nobody has done anything about it. Part of the reason being that<br>RPYs have somewhat fallen out of favor and are generally discouraged.<br>
However, I do see that they're sometimes useful as a solution sort of<br>in between CGI and internal code, so I wouldn't mind seeing support<br>return. It's not on my list of things I want to do soon, though.<br><br>James
<br><br>_______________________________________________<br>Twisted-web mailing list<br><a href="mailto:Twisted-web@twistedmatrix.com">Twisted-web@twistedmatrix.com</a><br><a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web">
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web</a><br></blockquote></div>I
find them extemely handy personally, how else are you going add
resources without resorting to restarting the server? But I guess
depends on what you are using them for. I tend to use twisted more for
testing and experimenting, simpler than installing apache.
Unfortunately twisted-web doesnt have a wsgi implementation, I have
been messing around with django a bit trying to see how modular the
code is.<br>