You can do it by starting browser app given url as a parameter.
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 browsers.
Mon, 06 Feb 2006 14:31:19 GMT
[ Quelle: ]
korakot (Korakot Chaovavanich)
http://www.bigbold.com/snippets/rss
[ Verweis - Nachrichtenkanal ]
http://www.bigbold.com/snippets/posts/show/1365
[ Verweis - Eintrag ]