| Summary: | Python extension cant install | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Leif Lodahl <leiflodahl> |
| Component: | Extensions | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED NOTABUG | ||
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | 4.0.0.3 release | ||
| Hardware: | Other | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Extension | ||
Solved the problem. Sorry. Closing. |
Created attachment 74654 [details] Extension I created a new extension with Python. When I try to install the extension in 4.0.0.3 i GET an error just after accepting the license. The error message is not easy to understand but its something with (com.sun.star.uno.XInterface)@0. I tried to install it in LibreOffice 4.0.1.0 (daily built from a few days ago) with success. But when I try to activate the macro in 4.0.1.0 I get an error claiming that Python is not supported as scripting language. Same error message in 4.0.0.3 (as I share .config between the two versions (install in 4.0.1.0 and use in 4.0.0.3). When I install the python script manually in .config\... it works like a charm. Extension attached. (note that it consist of both Python and Basic).