[Tutor] Fw: Border width of Canvas widget in tkinter

2012-09-19 Thread Alok Joshi
Thanks very much Peter for your explanation and specially for your hint as to how I might debug these kinds of issues.   This is my first time asking a question on tutor mailing list and getting a reply. I hope this reply will correctly tie up as a response to your posting.___

[Tutor] Border width of Canvas widget in tkinter

2012-09-18 Thread Alok Joshi
I am using Python 3.x   I am unable to remove the border in a Canvas widget with bd=0 or borderwidth=0. Can someone please explain how one can do this?   I give below my program   class Avatar(Frame):     def __init__(self,parent=None,width=100,height=100,ovalness=1,bgFrameColor='Blue',bgCanvasCo