如何使用 pyqt 编写诺基亚应用程序?
我在我的 Facebook 群组中看到了有关“我可以用 pyqt 编写诺基亚应用程序吗”的问题,但没有人回答。我很好奇,能做到吗?
I have seen questions on my Facebook group about 'Can I write Nokia apps with pyqt', but no one has answered. I am curious, can it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答是肯定的。
您可能想查看http://wiki.forum.nokia.com/index。 php/Getting_started_with_PyQt_for_Maemo,
由于 PyQT 的问题只能用于没有钱的 GPL 应用程序,诺基亚发布了自己的 Python/QT 绑定:http://developers.slashdot.org/story/09/08/30/0823206/Nokia-Makes-LGPL -PyQt 版本
大多数诺基亚开发仍然是用 C++ 完成的。诺基亚为此路线提供了免费的 IDE。
The short answer is yes.
You might like to look at http://wiki.forum.nokia.com/index.php/Getting_started_with_PyQt_for_Maemo,
Because of issues with PyQT being available only for GPL applications without money, Nokia released their own Python/QT bindings: http://developers.slashdot.org/story/09/08/30/0823206/Nokia-Makes-LGPL-Version-of-PyQt
Most Nokia development is still done in C++. Nokia provides a free IDE for this route.