Python Forum
"ImportError: No module named _ssl"
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"ImportError: No module named _ssl"
#1
I have Python 2.7.14..
I want to run a python script .py but then:

"ImportError: No module named _ssl"

What can I do to fix it?

[Image: 20171005121707.png]

Sad Sad Sad Sad Sad Sad Sad Sad Sad
Reply
#2
I have Python 2.7.14..
I want to run a python script .py but then:

"ImportError: No module named _ssl"

What can I do to fix it?

[Image: 20171005121707.png]
Reply
#3
Do you have ssl installed?  Not the python module, but something like openssl. 

Looks like you're using some flavor of linux, so maybe sudo apt-get openssl libssl-dev?
Reply
#4
Threads merged.  Don't double post.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ImportError: No module named site david503 2 6,749 Feb-06-2020, 10:22 PM
Last Post: david503

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020