1

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?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
vernomcrp
  • 3,459
  • 11
  • 34
  • 44

1 Answers1

3

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.

Charles Merriam
  • 19,908
  • 6
  • 73
  • 83