add python pexpect in dependencies
authorgibus
Thu, 21 Jul 2011 12:29:17 +0200
changeset 362 afb7dc8758f5
parent 361 5f2a1237050a
child 363 b3424ca5b836
add python pexpect in dependencies
README.txt
src/cm/views/export.py
--- 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
--- 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