[ZWeb] Foundation Site
Andrew Sawyers
andrew at sawdog.com
Sun Oct 15 20:54:57 EDT 2006
The result of that in _handler.py is:
/usr/local/python/2.4.3/lib/python2.4/site-packages/docutils/__init__.pyc0.5
snapshot 2006-10-13, r4767
This is the same, if I run /usr/local/bin/python2.4 and import docutils and
print out the version and version_details.
What version should we have installed?
Andrew
On 10/13/06 12:25 AM, "Darryl Cousins" <darryl at darrylcousins.net.nz> wrote:
> import docutils
> req.send_http_header()
> req.write(docutils.__file__)
> req.write(docutils.__version__)
> req.write(docutils.__version_details__)
> return apache.OK
More information about the Zope-web
mailing list