Tuesday, 3 March 2015

How to install dnspython

1. Download dnspython package from this link: http://www.dnspython.org/ if you have python3x then download dnspython3x.
2. For Windows, this command should be run from a command prompt: 
setup.py install
3. You will be able to see a executable c:\python3x\Scripts\easy_install.exe
Now to install dnspython run this command on from command prompt: easy_install.exe dnspython
4. Copy dns folder from dnspython3x package and place it in  c:\python3x\Lib\
Good Luck :)

No comments:

Post a Comment