pyoo icon indicating copy to clipboard operation
pyoo copied to clipboard

Error when importing pyoo on alpine 3.9

Open dmarkey opened this issue 5 years ago • 1 comments

`

import sys sys.path.append('/usr/lib/libreoffice/program') import pyoo Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.6/site-packages/pyoo.py", line 29, in FORMAT_TEXT = uno.getConstantByName('com.sun.star.i18n.NumberFormatIndex.TEXT') File "/usr/lib/libreoffice/program/uno.py", line 72, in getConstantByName return pyuno.getConstantByName(constant) uno.RuntimeException: com.sun.star.i18n.NumberFormatIndex.TEXT ` :(

dmarkey avatar Apr 14 '19 23:04 dmarkey

same error encountered. Anyone can help please

Meiji01 avatar Oct 28 '19 16:10 Meiji01