[Tutor] creating a text widget

2011-01-13 Thread W S
could someone please provide me some code that would create a text widget that 
i 
could open a text file in?  much thanks



  ___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] placing widgets

2011-01-25 Thread W S
hi, i have written some Tk/Python code to do a few simple tasks, and am having 
trouble with my combobox placement on the frame.  is there a way to more 
explicitly place it other than:  This method does not give a lot of control
xx=apply(OptionMenu,(self,TCase)+tuple(TestCase))
xx.grid(row=1, sticky=E+W)


  ___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor