I edited a file. py, I compiled it but it says I don’t have permission. [Errorno 13] Permission denied: 'models.pyc'
Able to change permissions to be more comprehensive
– Miguel
I performed a test deleting the file . pyc, the compilation occurred normally, however, without the planned changes.
– Rukado
But if the error is described in the question is why permissions should be changed
– Miguel
Right now with permission, how do I apply the changes remotely? I have Python on my pc running the compileall function in a remote environment (webserver Python + Django 1.3), but the changes are not applied
– Rukado
Try using the "compileall"
– lorduakiti