View Single Post
Old Apr 26th, 2008, 6:01 AM   #12
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Re: I am looking for

You're assigning the result of Font.askChooseFont( root ) to Font. Does this not seem like it may cause problems to you?

Try this:
root = Tix.Tk( )
rootFont = Font.askChooseFont( root )

if rootFont:
    print rootFont

Also, use [code] tags for blocks of code - [icode] is for code within sentences.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote