HTML links in a GUI tkinter
Kragen Sitaker
kragen at pobox.com
Sun Jun 2 22:53:46 EDT 2002
More information about the Python-list mailing list
Sun Jun 2 22:53:46 EDT 2002
- Previous message (by thread): HTML links in a GUI tkinter
- Next message (by thread): HTML links in a GUI tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
aurel-le-gnou <aurelienviolet at noos.fr> writes: > How can I put in a frame or in any widget (?) an html link so that the > browser opens at the url indicated when the user clicks ? > Just simply as if it were an HTML link in an HTML document but in a > tkinter GUI ? Sorry about the empty reply --- in Python 2.x, the webbrowser module has a webbrowser.open() method that does what you want.
- Previous message (by thread): HTML links in a GUI tkinter
- Next message (by thread): HTML links in a GUI tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list