After some digging around, discovered that soffice is what you are supposed to call now, but that still does not work. I can run it all day from the command line with the --headless command and it works fine.
I turned on logging, and don't get much, but do get this: [Sat Jul 13 22:28:07 2013] [warn] for klass in get_models(): [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/django/db/models/loading.py", line 167, in get_models [Sat Jul 13 22:28:07 2013] [warn] self._populate() [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/django/db/models/loading.py", line 61, in _populate [Sat Jul 13 22:28:07 2013] [warn] self.load_app(app_name, True) [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/django/db/models/loading.py", line 76, in load_app [Sat Jul 13 22:28:07 2013] [warn] app_module = import_module(app_name) [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/django/utils/importlib.py", line 35, in import_module [Sat Jul 13 22:28:07 2013] [warn] __import__(name) [Sat Jul 13 22:28:07 2013] [warn] File "/var/www/mayan/mayan/apps/installation/__init__.py", line 17, in <module> [Sat Jul 13 22:28:07 2013] [warn] from .models import Installation [Sat Jul 13 22:28:07 2013] [warn] File "/var/www/mayan/mayan/apps/installation/models.py", line 12, in <module> [Sat Jul 13 22:28:07 2013] [warn] from git import Repo [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/git/__init__.py", line 28, in <module> [Sat Jul 13 22:28:07 2013] [warn] _init_externals() [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/git/__init__.py", line 20, in _init_externals [Sat Jul 13 22:28:07 2013] [warn] import gitdb [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/gitdb/__init__.py", line 25, in <module> [Sat Jul 13 22:28:07 2013] [warn] _init_externals() [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/gitdb/__init__.py", line 17, in _init_externals [Sat Jul 13 22:28:07 2013] [warn] __import__(module) [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/async/__init__.py", line 36, in <module> [Sat Jul 13 22:28:07 2013] [warn] _init_signals() [Sat Jul 13 22:28:07 2013] [warn] File "/usr/local/lib/python2.6/dist-packages/async/__init__.py", line 26, in _init_signals [Sat Jul 13 22:28:07 2013] [warn] signal.signal(signal.SIGINT, thread_interrupt_handler) [Sat Jul 13 22:28:07 2013] [error] converter.office_converter <27903> [DEBUG] "__init__() self.libreoffice_path: /opt/libreoffice4.0/program/soffice" There is more above it that helps.... would love assistance on this. On Wednesday, July 10, 2013 4:57:59 PM UTC-4, Jared Swets wrote: > > So I have a few PDF documents that I want to use libreoffice to > view/convert. > > I downloaded and installed the latest libreoffice (4.0.3.3) version for > debian. > > According to the documentation, I need to set the libreoffice path (by > default it is /usr/bin/libreoffice) > > However, my libreoffice install is set up differently. > > It does not have a libreoffice executable. I tried using the swriter, > sbase, and xpdfimport executables, none of them appeared to work. (Do I > need to restart apache after each one?) > There are a ton of programs in my /opt/libreoffice/program folder.. any > suggestions on what the correct one is? > > Thanks! > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
