python 3.x - Xlwings 0.10 ValueError on a read only workbook: "Cannot open two workbooks named foo.xlsm" -


i'm getting error when run xlwings script on read workbook:

valueerror: cannot open 2 workbooks named 'foo.xlsm', if saved in different locations.

i'm using python 3.5.x , xlwings 0.10.

note script works fine if open in non-read workbook.

has run issue before?


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -