[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
Chris McDonough
chrism@zope.com
14 Jul 2003 01:10:18 -0400
I made frontend.py import from optik instead of optparse and Zope
starts, although I haven't tested docutils functionally after doing so.
On Mon, 2003-07-14 at 01:04, Andreas Jung wrote:
>
>
> --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
>
>
>
> _______________________________________________
> Zope-Checkins maillist - Zope-Checkins@zope.org
> http://mail.zope.org/mailman/listinfo/zope-checkins