Comment 16 for bug 1223644

Revision history for this message
Joe Mulloy (jdmulloy) wrote :

This bug is also affecting openSUSE 13.1 which comes with LibreOffice 4.1. Uninstalling libreoffice-pyuno fixes the issue but breaks Impress integration and any other software that uses UNO.

Full log attached.

Traceback:

  File "/usr/bin/openlp", line 44, in <module>
    main()
  File "/usr/lib/python2.7/site-packages/openlp/core/__init__.py", line 342, in main
    sys.exit(app.run(qt_args))
  File "/usr/lib/python2.7/site-packages/openlp/core/__init__.py", line 150, in run
    self.mainWindow = MainWindow(self)
  File "/usr/lib/python2.7/site-packages/openlp/core/ui/mainwindow.py", line 685, in __init__
    self.pluginManager.find_plugins(plugin_path, self.pluginHelpers)
  File "/usr/lib/python2.7/site-packages/openlp/core/lib/pluginmanager.py", line 113, in find_plugins
    __import__(modulename, globals(), locals(), [])
  File "/usr/lib/python2.7/site-packages/uno.py", line 269, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib/python2.7/site-packages/openlp/plugins/bibles/bibleplugin.py", line 38, in <module>
    from openlp.plugins.bibles.lib import BibleManager, BiblesTab, BibleMediaItem
  File "/usr/lib/python2.7/site-packages/uno.py", line 269, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib/python2.7/site-packages/openlp/plugins/bibles/lib/__init__.py", line 456, in <module>
    from manager import BibleManager
  File "/usr/lib/python2.7/site-packages/uno.py", line 269, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib/python2.7/site-packages/openlp/plugins/bibles/lib/manager.py", line 47, in <module>
    from openlp1 import OpenLP1Bible
  File "/usr/lib/python2.7/site-packages/uno.py", line 335, in _uno_import
    "%s (or '%s.%s' is unknown)" % (py_import_exc, name, x)
AttributeError: 'exceptions.ImportError' object has no attribute 'with_traceback'
None