*I get to answer my own question:*
Mr. 'Stupid' forgot to install libreoffice-pyuno that's why. :-[
On 03/11/2011 03:05 AM, Onyeibo Oku wrote:
I created a dummy extension. I get the following errors when I add it
from Extensions Manager:
loading Component Library Failed:
file:///usr/lib64/libreoffice/program/.../basis-link/program/pythonloader.uno.so
_my *description.xml* file contents:_
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:d="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
<version value="1.0" />
<identifier value="com.twohot.extensions.rsa" />
<platform value="all" />
<dependencies>
<OpenOffice.org-minimal-version value="3.3" d:name="OpenOffice.org 3.3"/>
</dependencies>
<display-name>
<name lang="en">My Extension Name</name>
</display-name>
<icon>
<default xlink:href="images/icon.png" />
<high-contrast xlink:href="images/icon_hc.png" />
</icon>
<extension-description>
<src xlink:href="description/desc_en.txt" lang="en" />
</extension-description>
</description>
_
My *manifest.xml*:_
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest
1.0//EN" "Manifest.dtd">
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
<manifest:file-entry
manifest:media-type="application/vnd.sun.star.uno-component;type=Python"
manifest:full-path="scripts/dummy.py"/>
</manifest:manifest>
--
Unsubscribe instructions: E-mail to users+help@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.