wxPython running on Maemo
I just managed to run succesfully wxPython on Maemo, the development environment for Nokia 770.
I downloaded the sources, and followed these instructions, with two minor exceptions:
I used these configure options for wxWidgets:
../configure --without-opengl --disable-debug --enable-sound --with-gtk --enable-unicode
and these options for setup.py for wxPython:
python2.3 setup.py build_ext --inplace UNICODE=1 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0 BUILD_ANIMATE=0
This is the look and feel of wxPython running on Maemo
The look and feel is still a bit ugly, because I did not make any change to the original code. I will try to hildonize wxWidgets. I hope it won’t be too dificult.
10 comments January 20th, 2006





