On 3/1/08, Andrea Grandi <[EMAIL PROTECTED]> 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
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to