Hi Caolan
thanks for your response
Does
import ssl
work or fail, just to make sure at least that's working or not ?
i won't be able to access the concerned laptop before tuesday but i'll
let you know
thanks again
Laurent
___
LibreOffice mailin
On Thu, 2012-11-22 at 14:34 +0100, Laurent Godard wrote:
> i know this is usually due to SSL support of python but
Does
import ssl
work or fail, just to make sure at least that's working or not ?
C.
___
LibreOffice mailing list
LibreOffice@lists.fre
Hi all
i'm facing a really strange problem
in a pyUNo module, i want to use
c = httplib.HTTPSConnection(host)
no problem, it works
but on a single win7 machine (at the moment), it fails telling
"AttributeError: 'module' object has no attribute 'HTTPSConnection'"
and effectivelly in my pyUNo s