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

--- Comment #19 from Tim Bentley <tim.bent...@gmail.com> ---
The markuptrace looks like this 

Traceback (most recent call last):
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
ImportError: No module named 'markupsafe._speedups'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/tim/Projects/openlp/python3-run/openlp.py", line 45, in <module>
    main()
  File "/home/tim/Projects/openlp/python3-run/openlp/core/__init__.py", line
326, in main
    sys.exit(application.run(qt_args))
  File "/home/tim/Projects/openlp/python3-run/openlp/core/__init__.py", line
137, in run
    Registry().execute('bootstrap_initialise')
  File "/home/tim/Projects/openlp/python3-run/openlp/core/lib/registry.py",
line 159, in execute
    result = function(*args, **kwargs)
  File
"/home/tim/Projects/openlp/python3-run/openlp/core/lib/pluginmanager.py", line
68, in bootstrap_initialise
    self.find_plugins()
  File
"/home/tim/Projects/openlp/python3-run/openlp/core/lib/pluginmanager.py", line
118, in find_plugins
    imp.load_module(module_name, fp, path_name, description)
  File "/usr/lib64/python3.3/imp.py", line 175, in load_module
    return load_source(name, filename, file)
  File "/usr/lib64/python3.3/imp.py", line 114, in load_source
    _LoadSourceCompatibility(name, pathname, file).load_module(name)
  File "<frozen importlib._bootstrap>", line 586, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1024, in load_module
  File "<frozen importlib._bootstrap>", line 1005, in load_module
  File "<frozen importlib._bootstrap>", line 562, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 870, in _load_module
  File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
  File
"/home/tim/Projects/openlp/python3-run/openlp/plugins/remotes/remoteplugin.py",
line 35, in <module>
    from openlp.plugins.remotes.lib import RemoteTab, HttpServer
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File
"/home/tim/Projects/openlp/python3-run/openlp/plugins/remotes/lib/__init__.py",
line 31, in <module>
    from .httpserver import HttpServer
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File
"/home/tim/Projects/openlp/python3-run/openlp/plugins/remotes/lib/httpserver.py",
line 124, in <module>
    from mako.template import Template
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib/python3.3/site-packages/mako/template.py", line 10, in
<module>
    from mako.lexer import Lexer
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib/python3.3/site-packages/mako/lexer.py", line 10, in <module>
    from mako import parsetree, exceptions, util
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib/python3.3/site-packages/mako/parsetree.py", line 9, in
<module>
    from mako import exceptions, ast, util, filters
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib/python3.3/site-packages/mako/filters.py", line 31, in <module>
    import markupsafe
  File "/usr/lib64/python3.3/site-packages/uno.py", line 268, in _uno_import
    return _g_delegatee( name, *optargs, **kwargs )
  File "/usr/lib64/python3.3/site-packages/markupsafe/__init__.py", line 227,
in <module>
    from markupsafe._speedups import escape, escape_silent, soft_unicode
  File "/usr/lib64/python3.3/site-packages/uno.py", line 276, in _uno_import
    traceback.print.exc()
AttributeError: 'module' object has no attribute 'print'

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

Reply via email to