django - python xlrd workflow with selenium -
while run code error shown:
traceback (most recent call last): file "c:\users\quality labs\workspace\magic\example.py", line 2, in import xlrd
file "c:\python34\xlrd.py", line 4, in wb = xlrd.open_workbook(os.path.join('d:\trb 2014 data','sps1 demo data.xlsx')) attributeerror: 'module' object has no attribute 'open_workbook'
please me, tried in many ways: deleted .pyc
files too.
Comments
Post a Comment