Experimente a importação de python

try:
  import os                     
except:
  print('Can not import')
navin_hariharan