[Zope-Checkins] CVS: Zope/lib/python/docutils - __init__.py:1.3 core.py:1.3 frontend.py:1.3 io.py:1.3 nodes.py:1.3 statemachine.py:1.3 utils.py:1.3

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Mon, 14 Jul 2003 07:04:19 +0200


--On Sonntag, 13. Juli 2003 21:06 Uhr -0400 Chris McDonough 
<chrism@zope.com> wrote:

> The optparse module needed by frontend.py isn't included in Python
> 2.2.3, so zope doesn't start with this latest round of checkins unless
> you're running Python 2.3.
>
> I'm not sure what to do.  I don't want to revert these checkins.  The
> optik module that ships along with docutils appears to be an earlier
> version of optparse.  Should we just change docutils to import from that
> or should we include the 2.3 optparse, assuming it works under 2.2?
>
> - C
>

Thanks Chris for pointing this out. On my sandbox starts up perfectly
with Python 2.2. I'll have to investigate if there is a new version of optik
available. Using optparse with Python 2.2.3 does not seem to be a solution
because it can not be imported.

-aj