11-20-2013, 03:11 PM
Ok. Now i tried to execute online http://www.compileonline.com/execute_python_online.php and i get this
$python2.7 main.py
Traceback (most recent call last):
File "main.py", line 14, in
import ssl, socket
File "/usr/local/lib/python2.7/ssl.py", line 60, in
import _ssl # if we can't import it, let the error propagate
ImportError: No module named _ssl
$python2.7 main.py
Traceback (most recent call last):
File "main.py", line 14, in
import ssl, socket
File "/usr/local/lib/python2.7/ssl.py", line 60, in
import _ssl # if we can't import it, let the error propagate
ImportError: No module named _ssl