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

Error when importing pyoo on alpine 3.9 #22

Open
dmarkey opened this issue Apr 14, 2019 · 1 comment
Open

Error when importing pyoo on alpine 3.9 #22

dmarkey opened this issue Apr 14, 2019 · 1 comment

Comments

@dmarkey
Copy link

dmarkey commented Apr 14, 2019

`

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
`
:(

@Meiji01
Copy link

Meiji01 commented Oct 28, 2019

same error encountered. Anyone can help please

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

No branches or pull requests

2 participants