[Tkinter-discuss] Unicode on Mac (yet again)

2008-08-12 Thread Fred Mailhot
Greetings, I've followed some of the discussion on the list concerning the problem of getting some Unicode characters to display properly. As suggested in a few messages, I've recompiled my python to link to Tcl/Tk8.5. I know this has succeeded, as running Tkinter._test() pops up a dialog confirmi

[Tkinter-discuss] putting a series of hyperlinks in a text widget

2008-08-12 Thread Alexnb
I am having trouble figuring out the best way to do this and would love some help. What I need to do is to create clickable links in a text widget, but there will be at max 40. They will all be different. I am wondering what is the best way to create a clickable unique url in a text widget. I kno