[maemo-developers] [pymaemo] OssoRPCException running a python osso example
From: Lauro Moura lauro.neto at openbossa.orgDate: Mon Mar 3 15:22:10 EET 2008
- Previous message: OssoRPCException running a python osso example
- Next message: long name package problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/1/08, Andrea Grandi <a.grandi at gmail.com> wrote: > Hi, > > I was trying to run this example from pymaemo website: > > import osso > > def main(): > osso_c = osso.Context("osso_test_statusbar", "0.0.1", False) > statusbar = osso.Statusbar(osso_c) > statusbar.statusbar_send_event("display", 1, 1, "") > > if __name__ == "__main__": > main() > > but I get this exception: > > Traceback (most recent call last): > File "/root/.pluthon/PluThonTest1/src/hello_world.py", line 27, in <module> > main() > File "/root/.pluthon/PluThonTest1/src/hello_world.py", line 24, in main > statusbar.statusbar_send_event("display", 1, 1, "") > osso.OssoRPCException: The name com.nokia.statusbar was not provided > by any .service files > > how can I fix it? Thanks for your help! > This is probably an issue with osso_statusbar_send_event. The following C code also shows the same error: http://pastebin.com/f4db8f5eb -- Lauro Moura INdT - Instituto Nokia de Tecnologia
- Previous message: OssoRPCException running a python osso example
- Next message: long name package problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]