https://bugs.freedesktop.org/show_bug.cgi?id=66025

--- Comment #18 from Tim Bentley <[email protected]> ---
We / I have never used pygments.
I have reinstalled libreoffice-pyuno to get a clean version and added 
the traceback code.  At that point OpenLP creashed looking for pygments so I
needed to install that.  The it asked for PIL.

the last dump I got on a clean install running python 3 is 

21:02:53,275 openlp.core.lib.pluginmanager                           INFO    
bootstrap_initialise
2013-07-18 21:02:53,276 openlp.core.lib.pluginmanager                          
INFO     Finding plugins
2013-07-18 21:02:53,276 openlp.core.lib.pluginmanager                          
DEBUG    finding plugins in
/home/tim/Projects/openlp/python3-run/openlp/plugins at depth 8
2013-07-18 21:02:53,276 openlp.core.lib.pluginmanager                          
DEBUG    Importing remoteplugin from
/home/tim/Projects/openlp/python3-run/openlp/plugins/remotes. Depth 10
2013-07-18 21:02:53,304 openlp.core.lib.pluginmanager                          
ERROR    Failed to import module remoteplugin on path
/home/tim/Projects/openlp/python3-run/openlp/plugins/remotes/remoteplugin.py:
type openlp.plugins.remotes.lib.RemoteTab is unknown
Traceback (most recent call last):
  File "/usr/lib64/python3.3/site-packages/uno.py", line 295, in _uno_import
    d[x] = pyuno.getClass( name + "." + x )
uno.com.sun.star.uno.RuntimeException: pyuno.getClass: uno exception
openlp.plugins.remotes.lib.RemoteTab is unknown

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib64/python3.3/site-packages/uno.py", line 299, in _uno_import
    d[x] = Enum( name , x )
  File "/usr/lib64/python3.3/site-packages/uno.py", line 126, in __init__
    pyuno.checkEnum( self )
uno.com.sun.star.uno.RuntimeException: enum openlp.plugins.remotes.lib is
unknown

Now the remotes plugin is a wrapper for CherryPy and has nothing to do with uno
so how it is needing uno is a mystery at present by I am continuing to hunt.

We have in the pas had issues with imports of uno.py see our pluginmanager.py
file for the comments.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to