# HG changeset patch # User gibus # Date 1311244157 -7200 # Node ID afb7dc8758f56f047fd11234d7d58155d71ba1bf # Parent 5f2a1237050a5a548d0e5bee996b22888c8608b2 add python pexpect in dependencies diff -r 5f2a1237050a -r afb7dc8758f5 README.txt --- a/README.txt Thu Jul 21 10:24:38 2011 +0200 +++ b/README.txt Thu Jul 21 12:29:17 2011 +0200 @@ -33,6 +33,7 @@ - python magic - python development headers - python setuptools +- python pexpect - pandoc - abiword (or headless openoffice and python uno) - git @@ -42,7 +43,7 @@ Installation (development install) ============ 1. Install python2.5+ and all required libraries - (ubuntu users : 'sudo apt-get install python python-magic python-setuptools python-uno libyaml-0-1 python-yaml python-dev git-core python-utidylib') + (ubuntu users : 'sudo apt-get install python python-magic python-setuptools python-uno libyaml-0-1 python-yaml python-dev git-core python-utidylib python-pexpect') 2. Install pandoc (ubuntu users : 'sudo apt-get install pandoc') 3. Install abiword diff -r 5f2a1237050a -r afb7dc8758f5 src/cm/views/export.py --- a/src/cm/views/export.py Thu Jul 21 10:24:38 2011 +0200 +++ b/src/cm/views/export.py Thu Jul 21 12:29:17 2011 +0200 @@ -5,6 +5,7 @@ from django.template import RequestContext from django.utils.translation import ugettext as _, ugettext_lazy from cm.converters.pandoc_converters import pandoc_convert +from cm.converters.abi_converters import AbiFileConverter from cm.models import Text, TextVersion, Attachment, Comment import mimetypes import simplejson