oosheet icon indicating copy to clipboard operation
oosheet copied to clipboard

Python 3.x / LibreOffice 4.x support

Open doudz opened this issue 10 years ago • 3 comments

Could you upgrade your lib to python 3.x to be compatible with LibreOffice 4.x

doudz avatar Nov 19 '13 13:11 doudz

This software is very useful to me. Could you upgrade to python3?

aliao avatar Jun 20 '14 11:06 aliao

Give a try to my fork.

znbn avatar Feb 24 '15 14:02 znbn

Installing under Raspbian/python3.4 I get this error/warning:

sudo python3 -m pip install oosheet Downloading/unpacking oosheet Downloading oosheet-1.2.tar.gz Running setup.py (path:/tmp/pip-build-s6xy19qz/oosheet/setup.py) egg_info for package oosheet Installing collected packages: oosheet Running setup.py install for oosheet Sorry: TabError: inconsistent use of tabs and spaces in indentation (init.py, line 166) Installing oosheet-launch script to /usr/local/bin Installing oosheet-pack script to /usr/local/bin Successfully installed oosheet Cleaning up...

in python 2.7 there is no such message, yet the code appears the same so clearly the interpretation is slightly different

helarsen avatar Aug 10 '16 20:08 helarsen