Skip to content
Advertisement

PermissionError [errno 13] when running openpyxl python script in Komodo

I am having trouble using openpyxl scripts in Komodo edit 9 and python 3.4 on Windows 7. I copied some openpyxl code to learn, but it won’t execute from Komodo. I receive a permission error 13. I checked my path and python34 is present. The same script will run when I use IDLE or Command Prompt. My Komodo command is currently: %(python3) -u %F Any ideas on what may be causing this issue? The code and error are included below

JavaScript

——-Begin Error———–

JavaScript

Advertisement

Answer

This is simply an error from the operating system telling you that you don’t have permissions to create a file where you’re trying to. You should specify the full path of the file you’re trying to create.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement