trouble importing xlwings module into python 2.7 on Mac -


I am trying to use xlwings on Python with Python 2.7.8, but when I enter this code I get this error message:

  can not import namebook workbook  

This seems to be the same problem presented with a Python 3, but I am experiencing this problem now with Python 2.7.8. I had no problem importing mysql.connector so I do not think this path is a problem with the variable

any help is greatly appreciated.

Thanks,

Ash


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -