fork download
  1.  
  2. # -*- coding: utf-8 -*-
  3.  
  4. import xlrd
  5.  
  6. book = xlrd.open_workbook('NTG5.5 実機一覧.xlsx')
  7.  
Runtime error #stdin #stdout #stderr 0.04s 9312KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 4, in <module>
ImportError: No module named 'xlrd'