How to install a python module
Python doesn’t provide all the modules by default. You can install a python module as explained:
Now we have installed Setup tools. So, let us install required module. I’m considering installing MySQLdb module since it will give an example
Download from http://sourceforge.net/projects/mysql-python/files/latest/download
The module is successfully installed. Now , you can import it in your Python script