Where is the xlrd library, and how are you importing it? Are you using the web2py Windows or Mac binary or running web2py from source?
Anthony On Saturday, April 28, 2012 12:32:05 PM UTC-4, rahulserver wrote: > > I wish to read an excel sheet in web2py.I tried few samples from python > codes which use the xlrd object.However in web2py, when I import the xlrd > object, I get the following error: > > <type 'exceptions.ImportError'> No module named xlrd > > > So why is it like that? And is there any way to read an excel file without > converting it to a csv file? >