The error happens when I try to compile my qooxdoo application:
generate.py source
----------------------------------------------------------------------------
Executing: source::source-script
----------------------------------------------------------------------------
>>> Scanning libraries [Errno 13] Permission denied:
u'C:\\web\\production01_server\\node_modules\\production\\client\\Qooxdoo'
I recently added qooxdoo as a sub-module to use that qooxdoo folder to generate. It didn't work because of this error. Now I've put back to the last qooxdoo path and the error is the same.
Worked previously:
{
"manifest" : "../../../../../about_projects/third_party/qooxdoo/qooxdoo-1.6-sdk"
,"uri": "/qooxdoo"
}
And now it is not working. I've changed the path in the config.json.
Now I don't even know what the problem is:
- I've added permission/ownership to all the files for my user
- I've removed all the read-only files
And the problem still exists.
I'm using win-vista.
Thanks