Hi I just finished with 1.5 tutorials about Tkinter, my thought is to use a table "maybe TkTable" to gather info from the user as to what file to chart data from, as well as info provided by the TkTable properties. each cell of the table will be either empty or contains a file path, let x=1 be the x-index of the cells on the first col and y=1 be the y-index of the cells on the first row. the position of the cell with the max-x and max-y will determine how many frames will be displayed, grid with x columns corresponding to max-x and x rows corresponding to max-y.
i.e, the look of the table will resemble the gui, empty cell -> empty frame, cell with filepth -> frame with canvas. is TkTable or NovaGrid suitable for this? thanks -- http://mail.python.org/mailman/listinfo/python-list