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
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
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
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
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
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
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) =
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/