StaticFile is broken (Quixote-0.7a3, scgi-1.2a2,
Apache/1.3.27, FreeBSD 4.7)
Daniel Potter (Ars Analytica)
2004-04-08
Hi All,
I am having trouble serving static content, below is
an example. Does anyone else get this error? Can
anyone point me to a work around or patch for this?
Example: When I try and serve a static using
from quixote.util import StaticFile
_q_exports = ['index']
index = StaticFile("/tmp/index.html")
I get the following returned to my browser:
instead of the content in index.html
Thanks in advance,
Dan
instead of the file contents.