Hi Andrew, Re docutils. The output of:
def handler_html(req,**kwargs): import docutils req.send_http_header() req.write(docutils.__file__) req.write(docutils.__version__) req.write(docutils.__version_details__) return apache.OK Gives me 0.5 snapshot 2006-10-11, r4766. When Martijn originally gave me the rest files, the csv table didn't work for me and I had to update docutils. BTW docutils.__file__ in my interpreter is not the same as for mod_python running in apache. Which is why I check it in the above output. Then you are sure too which docutils is imported. Best regards, Darryl _______________________________________________ Zope-web maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-web
