如何将 PyQt 包含在 Jython 2.5.2 中?
我计划将 PyQt 与 Jython 一起使用,因为我的应用程序基于 Java。我已经成功安装 Jython。但我缺少将 PyQt 与 Jython 一起包含在内。
任何建议将不胜感激!
PS:我对Python完全陌生。
谢谢
I am planning to use PyQt with Jython because my app is based on Java. I have installed Jython successfully. But i am lacking in including PyQt with Jython.
Any suggestions would be appreciative!
P.S: I am totally new to Python.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你好,
您不能将 PyQt 与 Jython 一起使用。
PyQt 是“标准”Python 实现 (CPython) 的 Qt 绑定。
如果您想在 Java 应用程序中使用 Qt,
那么您可以查看Qt Jambi(Java 的 Qt 绑定,已于 2009 年弃用)。
Hi,
you cannot use PyQt with Jython.
PyQt are Qt bindings for 'standard' Python implementation (CPython).
If you want to use Qt in your Java app,
then you can take a look at Qt Jambi (Qt bindings for Java, deprecated in 2009).