<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Crash of Writer opening any document with "invalid" python file in home directory (linux)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=121384#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Crash of Writer opening any document with "invalid" python file in home directory (linux)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=121384">bug 121384</a>
from <span class="vcard"><a class="email" href="mailto:keinSinn@yandex.ru" title="Konstantin Tkachenko <keinSinn@yandex.ru>"> <span class="fn">Konstantin Tkachenko</span></a>
</span></b>
<pre>Output of my sys.path from python
(using script
import sys
print('\n'.join(sys.path))
):
/home/ktk
/usr/lib/python36.zip
/usr/lib64/python3.6
/usr/lib64/python3.6/lib-dynload
/usr/lib64/python3.6/site-packages
/usr/lib64/python3.6/_import_failed
/usr/lib/python3.6/site-packages
So the issue is clear. But the solution - not for me.
Why is my home directory in the python search path?
The name of my python file was really unfortunate.
Module abc is imported in the io</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>