View Single Post
Posts: 883 | Thanked: 980 times | Joined on Jul 2007 @ Bern, Switzerland
#3
I suggest to take two well-known PyGTK-Apps, play with them, look at their code. then start something yourself:

First, add the extras-devel repository to your scratchbox install: open the file "/scratchbox/users/maemo/target/FREMANTLE_X86/etc/apt/sources list", paste the repos:
Code:
deb http://repository.maemo.org/extras-devel fremantle free
deb-src http://repository.maemo.org/extras-devel fremantle free
Then do "apt-get update" to refresh the catalog of available software for fremantle. Finally, do "apt-get install gpodder" and "apt-get install maemo-wordpy".
Launch the applications, learn how they work. Now search for the *.py files of these two applications and analyze their code.

Some docs:
http://wiki.maemo.org/PyMaemo
Showcase:
http://wiki.maemo.org/PyMaemo/Screenshots

Last edited by twaelti; 2009-09-24 at 21:39.
 

The Following 3 Users Say Thank You to twaelti For This Useful Post: