Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. brotherjustice

    Tkinter Entry boxes

    ok well if noone can help me figure this out... can someone post some code where a button gets the value from a list box. its now working for me and i am very close to saying shag python gui
  2. brotherjustice

    Tkinter Entry boxes

    I need a little bit of help with Entry boxes. I keep getting an error when i try to use the get() command eg. if i have a entrybox named crapola and I try to run the line "x =copy.deepcopy(crapola.get())" I get an error like this: Exception in Tkinter callback Traceback (most recent...
  3. brotherjustice

    Tkinter is getting the best of me

    I'll paste here all my code near the end in the displayclic and displayclicbox objects i've fudged up in terms of master slave relationships ala tk. I only a few hairs left so rather than pull them out i thought maybe someone could give me a hand. It would be greatly appreciated. # this object...
  4. brotherjustice

    Tkinter listboxes

    I keep getting this message. I'm sure i've just left out a bracket somewhere or something but I've been beating my head of my monitor for while now. Any help would be greatly appreciated here is my code: class displayclicbox: def __init__(self,boxname,col,rowd)...
  5. brotherjustice

    Can someone please help me?>

    I'm trying to create mulitiple objects of the same type but I think i'm shagging up the constructor. Python is new to me but I think it has potential. here is my code class clicbox: def __init__(self,value=0,color="white",superpower="none",pos=0)...

Part and Inventory Search

Back
Top