[Tkinter-discuss] want to build Python with Tkinter on Linux

2011-03-21 Thread Kevin Buchs
in setup.py in detect_modules() for the module's name. running build_scripts Do there exist any build instructions to direct me as to how to fix this? I am not seeing anything in configure. -- Kevin Buchs ___ Tkinter-discuss mailing list Tkinter-dis

Re: [Tkinter-discuss] want to build Python with Tkinter on Linux

2011-03-21 Thread Kevin Buchs
Tim, Thanks for your reply. This will handle the Python install path. But I can't get Python to build with Tkinter. - Kevin Buchs On Mon, Mar 21, 2011 at 4:14 PM, Tim Jones wrote: > I use custom locations all the time - have you tried the "--prefix=" > setting for confi

Re: [Tkinter-discuss] want to build Python with Tkinter on Linux

2011-03-22 Thread Kevin Buchs
Hey! It works great, incorporating both hints. Thanks, guys. -- Kevin Buchs ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss

Re: [Tkinter-discuss] newbie request for help

2011-06-08 Thread Kevin Buchs
Alessandro, The suggestion on this email list has been to use the Text widget, making use of tags. The second option you gave is going a different direction than that by using Labels. I do not think that will take you where you want to go. It may be that tkHyperlinkManager is the optimal choice whe

Re: [Tkinter-discuss] tkinter - hopefully forecasting a very long life...

2011-07-06 Thread Kevin Buchs
open-source wikis available. I think there are probably wikis available written in Python. They need not provide any graphical interface to work. You can even buy a production, enterprise class commercial wiki from Atlassian for $10. Kevin Buchs On Wed, Jul 6, 2011 at 3:10 AM, alexxxm wrote

Re: [Tkinter-discuss] tkinter - hopefully forecasting a very long life...

2011-07-07 Thread Kevin Buchs
Alessandro, It sounds like you have a good plan. If I wanted to future-proof a project like that, I would probably implement it as an HTML5/CSS/javascript generator and use a browser to navigate it. That would put the future-proof requirement above any desire to learn GUI programming. Almost any G

Re: [Tkinter-discuss] what is the meanning of triple?

2011-08-21 Thread Kevin Buchs
It is the tuple of three integers representing the RGB (red,green,blue) intensities making up the chosen color. 255 is maximum, usually, with 32-bit color. The hexstring is another way to write the same set of three values. - Kevin 2011/8/21 守株待兔 <1248283...@qq.com> > in the (triple, hexstr) =

Re: [Tkinter-discuss] why no sound?

2011-08-23 Thread Kevin Buchs
I'm on Ubuntu Natty, with Python 2.7.1 and it doesn't work for me. On Tue, Aug 23, 2011 at 5:42 AM, Michael O'Donnell wrote: > from Tkinter import Frame > Frame().bell() ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/