XULRunner、Python 和 Django:如何?
如何使用 XULRunner 添加 Python 和 Django!? 发现本教程很有用,但不知何故我无法添加django!
任何想法 ?!
How to add Python and Django with XULRunner !?
Found this tutorial useful , but somehow i was not able to add django !
Any idea ?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Python XPCOM 绑定自定义构建 XULRunner 是一回事。但在 XULRunner 之上运行 Django 应用程序几乎是不可能的。 Django 没有创建 XUL 布局的帮助程序,Django 是围绕 HTTP 架构构建的。您会如何想象 Django 会帮助您开发桌面应用程序? URL 的桌面等效项是什么?像 onclick 这样的事件?
Having a custom build of XULRunner with Python XPCOM bindings is one thing. But running a Django app on top of XULRunner is next to impossible. Django does not have helpers to create XUL layouts, Django is built around an HTTP architecture. How would you even imagine that Django will help you with a desktop app? What would be the desktop equivalent of the URLs? Events like onclick?