xampp IOError Permission denied - Shuang0420/Shuang0420.github.io GitHub Wiki
问题
<type 'exceptions.IOError'>: [Errno 13] Permission denied: 'text.wid'
args = (13, 'Permission denied')
errno = 13
filename = 'text.wid'
message = ''
strerror = 'Permission denied'
解决
- Open applications folder
- Locate XAMPP folder
- Right click, get info (as described above)
- In pop-up window locate the 'sharing & permission' section
- Click the 'locked' padlock symbol
- Enter admin password
- Change 'Everyone' permissions to read & write
- In the get info window still, select the 'cog' icon' drop down option at the very bottom and select 'Apply to enclosed items' this will adjust the permission across all sub-folders as well.
- Re-lock the padlock symbol
- Close the 'Get Info' window.
[参考链接](http://stackoverflow.com/questions/9046977/xampp-permissions-on-mac-os-x