如何在 Windows 上运行 django-sentry?
我在 Windows 上运行 django-sentry 时遇到问题。我已阅读此问题 github.com/dcramer/django-sentry/issues/245。我在手动安装 django-sentry 期间跳过了“python-daemon>=1.6”。但是当我运行命令“sentry start”时,我得到“ImportError:没有名为 daemon.daemon 的模块”。
I have an issue to run django-sentry on windows. I have read this issue github.com/dcramer/django-sentry/issues/245. I skipped 'python-daemon>=1.6' during manual installation of django-sentry. But when I run command "sentry start", I get "ImportError: No module named daemon.daemon".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您阅读该问题,重点是哨兵需要 python-deamon,而它恰好只是*nix。换句话说,Sentry 目前无法在 Windows 上运行。
这就像说“我知道我的车需要发动机才能运行,但由于我找不到合适的发动机,所以我就没有安装发动机。现在我不明白为什么我的车无法工作”
if you read that issue, the point is that sentry requires python-deamon, which happens to be *nix only. In other words, sentry currently doesn't work on windows.
that's like saying "i know my car needs an engine to run, but since i could't find a suitable one, i just didn't put one in. and now i don't understand why my car doesn't work"
这只会影响“运行哨兵服务器' 设置而不是 '集成设置'。我相信这在 2.0 alpha 中已经变得更加明确。
This just affects the 'Running a Sentry Server' setup and not the 'Integrated Setup'. I believe this has been made more explicit in the 2.0 alpha.
较新版本的sentry(3.x、5.x)不依赖于python-daemon,因此它们可以在Windows上运行...
Newer versions of sentry (3.x, 5.x) are not depending on python-daemon, thus they can be run on windows...