Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unoconv: Cannot find a suitable office installation on your system MAC #163

Closed
edoardo849 opened this issue Sep 19, 2013 · 8 comments
Closed

Comments

@edoardo849
Copy link

I've downloaded Unoconv on my mac and I've tried it all: ./unoconv, python unoconv but it continues to say that

unoconv: Cannot find a suitable office installation on your system

but my openoffice is in Applications/OpenOffice

@skywinder
Copy link
Contributor

If you install unoconv through brew.
and have error:

Cannot find a suitable office installation on your system

try to install HEAD version: brew install unoconv --HEAD
It should fix this problem

@vittala
Copy link

vittala commented Apr 1, 2015

Might be down to OpenOffice on Mac now installing under /Applications/OpenOffice.app/ rather than /Applications/OpenOffice.org.app/. The following patch makes it work for me with OpenOffice 4.1.1:

--- unoconv.orig    2015-04-01 15:07:25.000000000 +0100
+++ unoconv 2015-04-01 15:07:44.000000000 +0100
@@ -90,6 +90,7 @@
         elif os.name in ( 'mac', ) or sys.platform in ( 'darwin', ):
             extrapaths += [ '/Applications/LibreOffice.app/Contents',
                             '/Applications/NeoOffice.app/Contents',
+                            '/Applications/OpenOffice.app/Contents',
                             '/Applications/OpenOffice.org.app/Contents' ]
 
         else:

@skywinder
Copy link
Contributor

@vittala can you share your patch as a branch or a separate file?

@vittala
Copy link

vittala commented Apr 1, 2015

@skywinder - I've created a pull request: #250

@dagwieers
Copy link
Member

I think we can close this support ticket. Thanks everyone 👍

@dagwieers
Copy link
Member

Since this change is now pulled, I think we can close this support ticket.

Thanks everyone ! 👍

@skywinder
Copy link
Contributor

Use brew install unoconv --HEAD until the new version is not released
(I'm waiting approve of @dagwieers to release new version)

@EvgeniyGorbachev
Copy link

A good instruction for installation: https://docs.moodle.org/35/en/Universal_Office_Converter_(unoconv)#Installing_unoconv_on_OS_X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants