We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you upgrade your lib to python 3.x to be compatible with LibreOffice 4.x
The text was updated successfully, but these errors were encountered:
This software is very useful to me. Could you upgrade to python3?
Sorry, something went wrong.
Give a try to my fork.
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
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
No branches or pull requests
Could you upgrade your lib to python 3.x to be compatible with LibreOffice 4.x
The text was updated successfully, but these errors were encountered: