https://bugs.documentfoundation.org/show_bug.cgi?id=133123
Kevin Suo <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
--- Comment #2 from Kevin Suo <[email protected]> ---
I can reproduce this bug with the following steps:
1. Install cairosvg with pip.
2. start ipython interactive console:
> $ PYTHONPATH=/home/suokunlong/build/lo/master/instdir/program/ ipython3
3. Import cairosvg before importing uno:
> In [1]: import cairosvg
>
> In [2]: import uno
> In [4]: sys.modules["_elementtree"]
>
> Out[4]: <module '_elementtree' from
> '/usr/lib64/python3.8/lib-dynload/_elementtree.cpython-38-x86_64-linux-gnu.so'>
4. Import cairosvg after importing uno:
> In [1]: import uno
> In [2]: import cairosvg
> AttributeError: 'NoneType' object has no attribute '__dict__'
> In [3]: import sys
>
> In [4]: sys.modules["_elementtree"]
> (None)
Fedora 32, master build as of today.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs