Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


Hi.
I try this python code in LibreOffice 6.2.2 under Win 10:

from urllib.request import urlopen
url = 'https://google.com'
file = urlopen(url)
html = file.read()

And get error: <class 'urllib.error.URLError'>: <urlopen error unknown url
type: https>........

Python in LibreOffice don't support https? 

HTTPS support is only available if the socket module was compiled with SSL
support.

What can I do to enable https?

Thanks.



--
Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.