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

--- Comment #8 from Michael Stahl <[email protected]> ---
in my master dev build it is working fine (with CPython 3.5 and MSVC 2017).

the obvious difference between the 2 _ssl.pyd is that the small one
is dynamically linked and the large one is statically linked.

if put the following in instdir/share/Scripts/python/usessl.py:

def UseSSL():
    import ssl
    xModel = XSCRIPTCONTEXT.getDocument().getText().setString("UseSSL success")

...and run it from Writer, there is no error and the expected
success message appears in the document.

do you perhaps have some files "ssleay32.dll" and "libeay32.dll"
somewhere in C:/Windows ? that is known to ruin one's day.

-- 
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

Reply via email to