here is the emphasization of teh error

ns56645 ns56645 at swt.edu
Sat Apr 29 13:24:00 EDT 2000


##############    List of other canvases in frame 1
###########################################


     # Make a list of days of the week
       def drawCanvas(self):
        CanvasNameList=['MonCanvas', 'TueCanvas', 'WedCanvas',
'ThuCanvas', 'FriCanvas']
        xpos=68
        ypos=15
        xdiff=54
        for canvas in CanvasNameList:
                self.canvas=Pmw.ScrolledCanvas(frame1,
                borderframe = 1,
                labelpos = 'wn',
                usehullsize = 5,
                hull_width = 800,
                hull_height = 80,
                )
                i=1
                self.canvas.grid(frame1,row=1, column=i)
                i=i+1
                self.canvas.resizescrollregion()
                self.canvas.configure(hscrollmode = 'dynamic')
                self.canvas.configure(vscrollmode = 'static')


#########################################################################################



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20000429/0241d9c8/attachment.html>


More information about the Python-list mailing list