Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98916 > unrolled thread
| Started by | Alex Naumov <alexander_naumov@opensuse.org> |
|---|---|
| First post | 2015-11-17 11:44 +0100 |
| Last post | 2015-11-17 11:44 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
HTTPSConnection from http.client? Alex Naumov <alexander_naumov@opensuse.org> - 2015-11-17 11:44 +0100
| From | Alex Naumov <alexander_naumov@opensuse.org> |
|---|---|
| Date | 2015-11-17 11:44 +0100 |
| Subject | HTTPSConnection from http.client? |
| Message-ID | <mailman.381.1447757090.16136.python-list@python.org> |
Hello, does anybody know how to create a HTTPS connections in python2 or python3? I tried second day to do that with http.client[1], but every time get error: from http.client import HTTPSConnection ImportError: cannot import name HTTPSConnection Where is HTTPSConnection located? Which module? I use openSUSE 13.1 x86_64. Thank you, Alex [1] https://docs.python.org/3/library/http.client.html
Back to top | Article view | comp.lang.python
csiph-web