Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Installing SSL Module for Python (2.5.4) on Windows
- > "C:Python25python.py" setup.py install -c mingw32
- C:Usersfaits>easy_install ssl
- Searching for ssl
- Best match: ssl 1.15
- Adding ssl 1.15 to easy-install.pth file
- Using c:python25libsite-packages
- Processing dependencies for ssl
- Finished processing dependencies for ssl
- C:Usersfaits>easy_install ssl
- Searching for ssl
- Best match: ssl 1.15
- Adding ssl 1.15 to easy-install.pth file
- Using c:python25libsite-packages
- Processing dependencies for ssl
- Finished processing dependencies for ssl
- IDLE 1.2.4
- >>> import ssl
- Traceback (most recent call last):
- File "<pyshell#0>", line 1, in <module>
- import ssl
- File "C:Python25libsite-packagesssl__init__.py", line 61, in <module>
- import _ssl2 # if we can't import it, let the error propagate
- ImportError: No module named _ssl2
- >>> import pycrypto
- Traceback (most recent call last):
- File "<pyshell#1>", line 1, in <module>
- import pycrypto
- ImportError: No module named pycrypto
- --compile (-c) compile .py to .pyc [default]
- --compiler (-c) specify the compiler type
Advertisement
Add Comment
Please, Sign In to add comment