17 Jan 2008

Python2.5.1 for Maemo (r0.4-15 / c1.0-3) released

A new release of PyMaemo is available. This one includes bugfixes, new packages (setuptools, pyopenssl and python-sdk) and a lot of updates. In order to clean Application Manager programs list, python packages without GUI doesn't show up in AM list anymore. It will be only installed as a dependency of other packages or via command line. To do the update you can use the ".install" files from Maemo downloads website or use apt from command line.

15 Jan 2008

Bossa Conference'08


Come and enjoy a innovative conference on Open Source Software for Mobile Embedded Platforms. Located in Porto de Galinhas, one of the tropical paradises of Brazil, the Bossa Conference will happen during 16th to 19th of March at Summerville Beach Resort. The perfect combination of developers, pleasant environment and good ideas.

Let's go! We're waiting for you.

Information and registration: www.bossaconference.org .

26 Dec 2007

PyMaemo and the broken repository

PyMaemo has got a lot of downloads and votes since beginning of this month. It's great to see this project growing and getting more and more people involved. I would like to count with you and your patience during these days that repository is broken. All platforms (OS2006, 2007 and 2008) are affected by this problem and until now there is no information about fixes. As soon as repository get ready again we will upload some bugfixes to PyMaemo OS2008. Other changes will be done in install files to use only the extras repository (following the correct repository usage policy).

20 Nov 2007

PyGtk with glade support

A new PyGTK, with glade support, is available at chinook extras repository. It was generated using libglade2-0 (2.6.2-1indt1) (2.4 provided by Maemo SDK). Just refresh application list and update python2.5-runtime package.

Other bugfixes and unstable modules, like python-launcher, will be released using the new "extras-devel" repository. This way we can test it widely before official release.

7 Nov 2007

Modules, modules..

PyMaemo has now two new modules: Cython and Storm. The first one is a fork of Pyrex, to generate code mixing Python and C data types. The second is an Object Relational Mapper. Both are available for OS2007 and OS2008 (Chinook Beta).

To install Cython you have to use apt-get install python2.5-cython, because it's targeted to developers. Storm is available through Application Manager. Hope you enjoy it!

25 Oct 2007

Python for everybody

Yesterday PyMaemo was released for OS2007 (Bora) and OS2006 (Gregale). Today it's time to enjoy PyMaemo for Chinook Beta. Just add the following lines to your /etc/apt/sources.list file (only chinook target inside scratchbox):

deb http://repository.maemo.org chinook free non-free
deb http://repository.maemo.org/extras chinook free non-free

After this, run:
apt-get update
apt-get install python2.5-runtime

Feedback from community is very important!

24 Aug 2007

PyMaemo for Chinook

An experimental release of PyMaemo is available for SDK 4.0. To use it just include these lines in your /etc/apt/sources.list file and disable ALL repositories remaining:

http://repository.maemo.org bora free non-free
http://repository.maemo.org/extras sardine free non-free

To install use 'apt-get update' then 'apt-get install python2.5-runtime' as root inside your device.