https://bugs.freedesktop.org/show_bug.cgi?id=70196
--- Comment #5 from Rene Engelhard <[email protected]> --- > You can probably cheat as I did and not just temporarily replace the existing > uno.py module within the existing installation. did so: (sid)root@frodo:/# dpkg -l libreoffice-core python-uno Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten | Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/ Halb installiert/Trigger erWartet/Trigger anhängig |/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht) ||/ Name Version Architektur Beschreibung +++-==============-============-============-================================= ii libreoffice-co 1:4.1.2-1 amd64 office productivity suite -- arch ii python-uno 1:4.1.2-1 amd64 Python-UNO bridge (support for ol (sid)root@frodo:/# python Python 2.7.5+ (default, Sep 17 2013, 15:31:50) [GCC 4.8.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import uno >>> from x.y import foo Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/uno.py", line 339, in _uno_import raise uno_import_exc ImportError: No module named x.y (or 'x.y.foo' is unknown) >>> -- 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
