<HTML><HEAD><TITLE></TITLE><style type = "text/css"><!-- body { font-family:"Sans"  } --> </style><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"></HEAD><BODY><font face="Sans" size=3>I settled with following the pine-url.sh example. I would still like to do it with the dbus bindings though.</font><BR>
<BR>
<BR>
import commands<BR>
<BR>
url='<a href="http://www.google.com">http://www.google.com</a>'<BR>
<BR>
result=commands.getoutput('dbus-send --print-reply --dest=com.nokia.osso_browser /usr/bin/browser com.nokia.osso_browser.load_url string:%s' % url)<BR>
<BR>
print result<BR>
</BODY></HTML>