import e32 apprun = 'z:\\system\\programs\\apprun.exe' browser = 'z:\\System\\Apps\\Browser\\Browser.app' url = 'http://www.google.com' e32.start_exe(apprun, browser + ' "%s"' %url , 1)
Nick Burch also write a webbrowser.py module to allow
using opera and any other browswers.