Planet maemo: category "feed:1b187f79e102e3f7d18e7fd0161ee1f7"

Luciano Wolf

PyQt4 for Maemo - released

2008-09-24 13:08 UTC  by  Luciano Wolf
0
0
Today we released PyQt4 for Maemo. It is port based on Qt4 for Maemo libraries. Instructions on how to install can be found at project's webpage. Hope all you enjoy it!
Luciano Wolf

PyMaemo has bdist_maemo support

2008-05-08 17:58 UTC  by  Luciano Wolf
0
0
PyMaemo has now bdist_maemo support inside distutils module. I'll try to bring more updates to the PythonLauncher application too.

Now about scratchbox, it seems that this new sbox-core-1.0.9 has a problem with packaging. It was impossible to generate PyMaemo using this version. I'll do some more further investigations.
Luciano Wolf

Python Launcher - released

2008-03-28 14:35 UTC  by  Luciano Wolf
0
0

PythonLauncher is available for OS2008. It's a daemon to speedup loading time of python scripts using gtk. The original idea comes from Johan Dahlin and now we rewrote it in C. Applications must call "python" instead of "python2.5" to use the launcher. Configuration is easy too. There is a GUI to choose startup method: at boot, at first python app or disabled.

To install use this link.
Luciano Wolf
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.
Luciano Wolf

Bossa Conference'08

2008-01-15 15:11 UTC  by  Luciano Wolf
0
0

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 .
Luciano Wolf

PyMaemo and the broken repository

2007-12-26 10:20 UTC  by  Luciano Wolf
0
0
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).
Luciano Wolf

PyGtk with glade support

2007-11-20 16:47 UTC  by  Luciano Wolf
0
0
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.
Luciano Wolf

Modules, modules..

2007-11-07 17:50 UTC  by  Luciano Wolf
0
0
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!
Luciano Wolf

Python for everybody

2007-10-25 22:07 UTC  by  Luciano Wolf
0
0
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!
Luciano Wolf

PyMaemo for Chinook

2007-08-24 22:42 UTC  by  Luciano Wolf
0
0
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.
Luciano Wolf

GPS and Address-book now supported

2007-08-23 14:40 UTC  by  Luciano Wolf
0
0
We have just released Python-GPSbt and Python-abook, providing access to GPS and address book data. Both modules are available through Application Manager as separate packages. We will collect all user opinions about them and possibly these packages will be included as part of a new PyMaemo release.

GeoClue bindings will be provided as soon as it gets a bit more mature. In fact its possible to access its API using D-Bus calls.

Finally, thanks to Eduardo Rocha for suggestions on how to improve py-gpsbt.
Luciano Wolf

PyMaemo project page revisited

2007-08-20 16:53 UTC  by  Luciano Wolf
0
0
After a long time without any layout modifications I've spent some time renewing PyMaemo webpage. Now it has more menu entries, a (small by now) FAQ, examples, screenshots of Python based apps, etc. A roadmap will be added soon. I hope you enjoy it.

Other news: I'm planning to launch a new PyMaemo revision this week, before my vacation period. This week I will try to upload PyMaemo packages to run with SDK 4.0 (Chinook) too.