[maemo-developers] Is it possible to make a "well-behaved" pyGame app with maemo-python ?

From: Fred Pacquier fredp at dial.oleane.com
Date: Fri Nov 30 23:24:22 EET 2007
Kimmo Hämäläinen a écrit :
> On Thu, 2007-11-29 at 15:20 -0800, ext Mike Morrison wrote:
>> On Nov 29, 2007 2:33 PM, Thomas D. Waelti <twaelti at dplanet.ch> wrote:
>>> Something else: make sure your service name is something like com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so...
>>> And in the osso context, only connect to the yourapp part of the service, not the full service name...
>> Almost. You can use com.yourdomainname.yourapp as the service name but
>> then you must pass the full service name in to osso_initialize(). If
>> you use com.nokia.appname as a service name, you only need to pass the
>> appname into osso_initialize(). Unfortunately they fail to mention
>> this necessary tidbit of information in all the documents on the
>> matter.
> 
> Thanks for letting me know!  I added a mention of it to libosso.h.

Unfortunately, Python coders tend to not usually read header files... :)

More information about the maemo-developers mailing list