2010-11-29 43 views
2

我想配置与Play的textmate!和我一直当我使用该模型快捷玩!为textmate捆绑给我错误

/用户/贝内特/库/ Application Support/TextMate的/原始副本/捆绑/播放.tmbundle /支持/斌/ model.py收到此错误:权限被拒绝

任何人都可以做这个头或尾巴?其他捷径的一些工作。只是没有模型或类。 谢谢!

回答

1

如果这能帮助我有同样的问题,并通过固定它:

  1. 重命名Play!.tmbundlePlay!.zip(内/Users/xxx/Library/Application Support/TextMate/Pristine Copy/Bundles/
  2. 添加执行权限( 744)的Python脚本:Support/bin/*.py
  3. 重命名回Play!.zipPlay!.tmbundle
1

我解决了它如下:

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

我得到一个错误,当我这样做。 ** - bash:!.tmbundle/Support/bin:未找到事件** – JamesTBennett 2011-05-08 19:06:03

1

只是逃避特殊字符:

chmod +x /Users/<username>/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/Play\!.tmbundle/Support/bin/*.py