适用于 OS X FSEvents 的 Python 3.1.1
- 正在研究 OS X 10.5 和 10.6 版本的文件/文件夹事件捕获。我的应用程序是使用Python 3.1.1 开发的。不知道Python 3.1.1是否支持FSEvents。
- 如果 Python 3.x 不支持 FSEvents,是否有其他方法可以使用 Python 3.x 实现此目的?
问候, 金斯利·鲁本
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能不会,Python 3.x 还没有那么多库。不过,改编一些 Python 2 库可能很容易(http://bitbucket.org/nicdumz/例如,fsevents/)。
Probably not, there aren't that many libraries for Python 3.x yet. It might be easy to adapt some of the Python 2 libraries, though (http://bitbucket.org/nicdumz/fsevents/, for example).
MacFSEvents 自 版本 0.3。
MacFSEvents supports Python 3 as of version 0.3.