Google apps
Main menu

Post a Comment On: Charlie's Second Blog

"First day at OpenMoko"

6 Comments -

1 – 6 of 6
Blogger Vincent de Grandpré said...

Salut Guillaume, je lis ton blogue et je développe.. du moins j'essais!

Je ne connais pas python et je n'ai qu'une mini base de GTK, mais ça s'en vient.

J'ai essayé de faire fonctionner Python sur mon Neo mais malheureusement j'ai tout utilisé l'espace disponible et je dois repartir mon système de fichiers à zéro..

du reste, python me semble le langage à utiliser pour développer rapidement pour OpenMoko, je me trompe?

16 May 2008 at 08:21

Blogger Guillaume Chéreau said...

Oui python est idéal pour OpenMoko car étant interprété il n'est pas nécessaire de compiler les programmes. Il suffit juste de copier les fichiers sur le téléphone et tu peux les éxécuter.

Il existe de nombreuses libraries python qui peuvent être pré-installées dans OpenMoko, et c'est suffisant pour la majorité des applications.

16 May 2008 at 20:07

Blogger lynn said...

Hi, do you think you could leave the steps you used to create the gui on the openmoko? I would love to see how you did it. Thanks!

27 July 2008 at 21:50

Blogger Guillaume Chéreau said...

Hello Lynn, I didn't keep the code I used for this gui. But it is very simple. Just write a normal python gtk application on your desktop computer (you can check this tutorial : http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/)
Then copy the file on the phone and run it.
The way it will look depends of the gtk engine installed on your neo.

28 July 2008 at 18:29

Blogger lynn said...

Actually, my problem is that I can't figure out how to work with the gtk engine on the neo. I don't think I installed it correctly, but I don't know how to remedy that. I have the gtk-2.0 and gtk modules on my phone, and my PYTHONPATH includes a path to those locations:

['', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/gtk-2.0/gtk', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/lib/python2.5/site-packages/gtk-2.0']

Sorry for bothering you with trouble shooting on your blog :) I hope you don't mind!

29 July 2008 at 07:02

Blogger Guillaume Chéreau said...

Lynn, could you send an email to openmoko mailing list about this problem, with a copy of the output you get ?
You can register from there :
http://lists.openmoko.org/mailman/listinfo/community

29 July 2008 at 19:12

You can use some HTML tags, such as <b>, <i>, <a>

You will be asked to sign in after submitting your comment.
Please prove you're not a robot