Well - I got the latest Sphinx from bitbucket, and ...  sphinx stopped
working on Windows.
I've resolved it, and here is what I did:

   - got jinja2 from source (http://dev.pocoo.org/hg/jinja2-main - see
   http://jinja.pocoo.org/2/)
   - install Jinja2 from source: --without-speedups  doesn't work (not in
   setup.py nor easy_install); instead, disable this manually:
   - comment out the speedup module extension from setup.py:

    features={
        'speedups': Feature("optional C speed-enhancements",
            standard=True,
            ext_modules=[
            #    Extension('jinja2._speedups', ['jinja2/_speedups.c'])
            ]
        )

   - python setup.py develop


If you have a better way, please post (I was just tired of messing with this
and wanted to get it working).

Regards,
Yarko

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to