You need docutils if you want to do that. easy_install docutils
Kevin On 10/7/05, Tom Smith <[EMAIL PROTECTED]> wrote: > > when i added ... > from docutils.core import publish_parts > > I got.. > > Tom-Smiths-Computer-2:~/wiki20 tomsmith$ python wiki20-start.py > Traceback (most recent call last): > File "wiki20-start.py", line 15, in ? > from wiki20.controllers import Root > File "/Users/tomsmith/wiki20/wiki20/controllers.py", line 3, in ? > from docutils.core import publish_parts > ImportError: No module named docutils.core > > tom > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

