Quoting Alberto Troiano <[EMAIL PROTECTED]>: > Is there any way that I can link a button to go to certain web page? > and how can I do that?
If you want to open a web page in the user's default browser, check out the webbrowser module in the standard library. If you want to go to a website and suck down some data, you'll probably need urllib (and it will be a bit more work). > Another thing, I'll make a query by name and I want to show every > results matching the query in a table using Tkinter. There's no table widget in standard Tkinter. Search in the Python Cookbook (on ActiveState) for a MultiListbox; it might do what you need. -- John. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor