1

I am using Ubuntu 14.04 with python 2.7.6.

I am trying to install python-uno library which allows use of the standard LibreOffice API with the Python scripting language,but i am unable to find the uno library for python 2.7

Earlier when i was using Ubuntu 12.04, python-uno library was available.

Any help is appreciated.

devav2
  • 36,312
user1839132
  • 11
  • 1
  • 2
  • 1
    check this http://askubuntu.com/questions/418225/how-do-i-resolve-a-python-uno-has-no-installation-candidate-error – devav2 May 15 '14 at 10:56
  • Thanks for the link, but sadly python3-uno only works with python3, i want to use it with python2.7.6 – user1839132 May 15 '14 at 11:06

1 Answers1

1

sudo apt-get install libreoffice-script-provider-python

Dan
  • 11