Hi All,

Can someone tell me how to enable reStructuredText formatting on my
UbuntuLTS/mod_python/Trac 0.10.4 machine.  I've installed docutils per
the /wiki/WikiRestructuredText page and have tried using the {{{#!rst
...etc}}} processor but I still don't see rst formatting.  Even the
reStructured text in /wiki/WikiRestructuredText are not rendering the
rst.  If it helps, I see this in my trac log but I still dont see
rendered restructuredtext:

2009-04-14 11:13:09,929 Trac[formatter] DEBUG: Executing Wiki macro
rst by provider <tracpygments.PygmentsRenderer object at 0x88ea92c>

I checked the mailing list archives and found this recent thread that
tells me others with 0.10.X and 0.11 versions are also having trouble:
http://groups.google.com/group/trac-users/browse_thread/thread/57910c18d7acc434

Although I don't know how the verify the following from within
mod_python, here's what I see at the python console:

In [32]: import pkg_resources

In [33]: pkg_resources.require('docutils')
Out[33]: [docutils 0.4 (/usr/lib/python2.5/site-packages)]

In [34]: for d in sys.path:
    print d
   ....:
   ....:

/usr/bin
/usr/lib/python2.5/site-packages/TracPygments-0.3dev_r2113-py2.5.egg
/usr/lib/python2.5/site-packages/Pygments-0.9-py2.5.egg
/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev-py2.5.egg
/usr/lib/python2.5/site-packages/TracAccountManager-0.1.3dev_r2548-py2.5.egg
/usr/lib/python2.5/site-packages/TracWikiToPdfPlugin-2.2.2-py2.5.egg
/usr/lib/python2.5/site-packages/TracCombineWiki-1.2-py2.5.egg
/usr/lib/python2.5/site-packages/virtualenv-1.3.2-py2.5.egg
/usr/lib/python2.5/site-packages
/usr/lib/python25.zip
/usr/lib/python2.5
/usr/lib/python2.5/plat-linux2
/usr/lib/python2.5/lib-tk
/usr/lib/python2.5/lib-dynload
/usr/local/lib/python2.5/site-packages
/usr/lib/python2.5/site-packages/PIL
/var/lib/python-support/python2.5
/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode
/var/lib/python-support/python2.5/IPython/Extensions


Anyone see what I'm doing wrong?

Thank you,

Eric.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to