Bug 60694

Summary: Python extension cant install
Product: LibreOffice Reporter: Leif Lodahl <leiflodahl>
Component: ExtensionsAssignee: 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

Description Leif Lodahl 2013-02-11 21:17:39 UTC
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).
Comment 1 Leif Lodahl 2013-02-14 13:32:38 UTC
Solved the problem. Sorry. Closing.