Re: Setting default option values for Tkinter widgets

2005-03-05 Thread [EMAIL PROTECTED]
yep, that works better under Windows. Pretty obscure use of Python, though! :-) S -- http://mail.python.org/mailman/listinfo/python-list

Re: Setting default option values for Tkinter widgets

2005-03-04 Thread Kent Johnson
Steve Holden wrote: [EMAIL PROTECTED] wrote: Eric, your tagline doesn't parse correctly on my Python 2.4 shell. So, are you using Windows? If you interchange single and double quotes it works on Windows too python -c "print ''.join([chr(154 - ord(c)) for c in 'U(17zX(%,5.z^5(17l8(%,5.Z*(93-965$l7+

Re: Setting default option values for Tkinter widgets

2005-03-04 Thread Steve Holden
[EMAIL PROTECTED] wrote: Eric, your tagline doesn't parse correctly on my Python 2.4 shell. So, are you using Windows? [EMAIL PROTECTED] /c/Python24/Lib/site-packages $ python -c 'print "".join([chr(154 - ord(c)) for c in "U(17zX(%,5.z5(17l8(%,5.Z*(93-965$l7+-"])' Eric Brunel [EMAIL PROTECTED] re

Re: Setting default option values for Tkinter widgets

2005-03-04 Thread [EMAIL PROTECTED]
Eric, your tagline doesn't parse correctly on my Python 2.4 shell. -- http://mail.python.org/mailman/listinfo/python-list

Re: Setting default option values for Tkinter widgets

2005-03-03 Thread Eric Brunel
On 3 Mar 2005 03:02:48 -0800, Harlin Seritt <[EMAIL PROTECTED]> wrote: There are certain options for Tkinter widgets that have default values that I don't much care for (borderwidth, font come to mind) and continuously change when I'm building interfaces. With a bit of tweaking I have been able to