On Wed, Jun 11, 2008 at 12:05 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote:
> It's related to my recently updating pyparsing.py...  It seems that it isn't
> Python 2.4 compatible anymore.
>
> I'd like to workaround the definiciences in the new pyparsing.py if I can
> (rather than simply revert) as the error messages are much more specific
> with the new version.
>
> I have submitted a workaround to this specific problem.  Can you please let
> me know if it resolves your issue?

That did it, I'll let you know if I see anything else.  What version
of docutils are you on?  Now I am using docutils-0.4-py2.4.egg
getting:


  File 
"/opt/tradelink/share/research/site-packages.beta/Sphinx-0.3-py2.4.egg/sphinx/application.py",
line 123, in setup_extension
    raise ExtensionError('Could not import extension %s' % extension, err)
ExtensionError: Could not import extension math_symbol_table
(exception: cannot import name Directive)


In [1]: import docutils

In [2]: docutils.__version__
Out[2]: '0.4'

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to