<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Pyuno stopped working after update to 5.3.5.2 (ImportError: No module named 'pyuno')"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=113574">113574</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Pyuno stopped working after update to 5.3.5.2 (ImportError: No module named 'pyuno')
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>5.3.5.2 release
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Base
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>doerges@pre-sense.de
</td>
</tr></table>
<p>
<div>
<pre>Tested with openSUSE Leap 42.2 (x86_64) and RPMs provided by openSUSE (also see
<a href="https://bugzilla.opensuse.org/show_bug.cgi?id=1059720">https://bugzilla.opensuse.org/show_bug.cgi?id=1059720</a>)
The following minimal program used to work fine with libreoffice-5.2.5.1:
box:~ # cat ./test.py
#!/usr/bin/env python3
import uno
print("OK")
Now, after the update to 5.3.5.2 instead of OK it gives
box:~ # ./test.py
Traceback (most recent call last):
File "./test.py", line 3, in <module>
import uno
File "/usr/lib/python3.4/site-packages/uno.py", line 22, in <module>
import pyuno
ImportError: No module named 'pyuno'
It would be nice to have it working again. ;-)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>