[Erp5-report] r42894 nicolas - /erp5/trunk/products/ERP5/Document/PDFDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 1 16:08:53 CET 2011


Author: nicolas
Date: Tue Feb  1 16:08:52 2011
New Revision: 42894

URL: http://svn.erp5.org?rev=42894&view=rev
Log:
Quick hack to workaround configuration issues.
Will be dropped as soon as cloudooo will support this conversion.

Modified:
    erp5/trunk/products/ERP5/Document/PDFDocument.py

Modified: erp5/trunk/products/ERP5/Document/PDFDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/PDFDocument.py?rev=42894&r1=42893&r2=42894&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/PDFDocument.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/PDFDocument.py [utf8] Tue Feb  1 16:08:52 2011
@@ -218,7 +218,7 @@ class PDFDocument(Image):
 
     command_result = None
     try:
-      command = ['pdf2djvu', tmp.name]
+      command = ['/usr/bin/pdf2djvu', tmp.name]
       try:
         command_result = Popen(command, stdout=PIPE).communicate()[0]
       except OSError, e:



More information about the Erp5-report mailing list