Message3034

Author arjaan
Recipients
Date 2007-07-27.15:12:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Is it possible to add the webbrowser module, so this script can run with jython?


import webbrowser
url = 'http://www.python.org'
webbrowser.open_new(url)
History
Date User Action Args
2008-02-20 17:19:00adminlinkissue1762054 messages
2008-02-20 17:19:00admincreate