You can try to run this program
import xlrd
import xlwt
import xlutils
If it doesn't run, it means you haven't installed the programs correctly. If it runs, it most likely means that you have installed them correctly.
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
Also you can do:
help()
### you get help prompt you input:
modules
You get quite list of modules available in your Python installation. Luckily x is at the end and you find the modules last column in the end if you installed them well.
pyTony
pyMod
5,359 posts since Apr 2010
Reputation Points: 782
Solved Threads: 852