Playframework 玩textmate的包给了我错误

Playframework 玩textmate的包给了我错误,playframework,textmatebundles,Playframework,Textmatebundles,我正在尝试使用Play配置textmate!当我使用模型快捷方式时,总是会出现这个错误 /用户/bennett/Library/Application Support/TextMate/Pristine Copy/Bundles/Play!。tmbundle/Support/bin/model.py:权限被拒绝 有人能理解这一点吗?其他一些捷径也行得通。只是不是模型或类。 谢谢 这似乎是一个bug。我建议您在此处创建一个票证:如果这有助于我解决同样的问题,请通过以下方式进行修复: 重命名Play

我正在尝试使用Play配置textmate!当我使用模型快捷方式时,总是会出现这个错误

/用户/bennett/Library/Application Support/TextMate/Pristine Copy/Bundles/Play!。tmbundle/Support/bin/model.py:权限被拒绝

有人能理解这一点吗?其他一些捷径也行得通。只是不是模型或类。
谢谢

这似乎是一个bug。我建议您在此处创建一个票证:

如果这有助于我解决同样的问题,请通过以下方式进行修复:

  • 重命名
    Play!。tmbundle
    播放!。zip
    (在
    /Users/xxx/Library/Application Support/TextMate/Pristine Copy/Bundles/
    中)
  • 将执行权限(744)添加到python脚本:
    Support/bin/*.py
  • 重新命名回
    Play!。zip
    播放!。tmbundle

  • 我的解决方法如下:

    chmod -R +x /Users/**YOURUSERNAMEHERE**/Library/Application Support/TextMate/Pristine Copy/Bundles/Play!.tmbundle/Support/bin
    

    只需逃离特殊角色:

    chmod +x /Users/<username>/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/Play\!.tmbundle/Support/bin/*.py
    
    chmod+x/Users//Library/Application\Support/TextMate/Pristine\Copy/Bundles/Play\!。tmbundle/Support/bin/*.py
    
    执行此操作时出现错误-bash:!。tmbundle/Support/bin:未找到事件