Re: [Tutor] Tutor Digest, Vol 83, Issue 115

2011-01-26 Thread echowit
I not offering a program design answer. I don't have a clue as to your operation, but I've been there as far as QA software, CNC programs and Quality record keeping. My thought is that instead of starting with the casting, think of the BOM on the final ass'y/configuration print and work

[Tutor] Globals as variables in a tkinter widget

2010-12-10 Thread echowit
This code produces a good run. from tkinter import * root = Tk() class Application(Frame): global sv, Ptype, PtypeI, sel_rate_label, label label = Label(root) Ptype = 999 PtypeI = IntVar() W = 5 Y = 4 def sel(self): global W global Y Ptype =

Re: [Tutor] Tutor Digest, Vol 82, Issue 45, Topic 3, Globals

2010-12-10 Thread echowit
-Original Message- From: tutor-request tutor-requ...@python.org To: tutor tutor@python.org Sent: Fri, Dec 10, 2010 6:33 pm Subject: Tutor Digest, Vol 82, Issue 45 Send Tutor mailing list submissions to tutor@python.org To subscribe or unsubscribe via the World Wide Web, visit