[Libreoffice-bugs] [Bug 121384] Crash of Writer opening any document with "invalid" python file in home directory (linux)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 16 20:26:50 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=121384

--- Comment #4 from Konstantin Tkachenko <keinSinn at yandex.ru> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181116/bb7831ca/attachment.html>


More information about the Libreoffice-bugs mailing list