You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\amit\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "C:\Users\amit\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 814, in callit
func(*args)
File "D:\Market\Python\ExcelTrading\OC_Analyzer_VarunS2002.py", line 1571, in main
self.set_values()
File "D:\Market\Python\ExcelTrading\OC_Analyzer_VarunS2002.py", line 1397, in set_values
self.sheet.see(last_row)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet.py", line 1137, in see
self.MT.see(row, column, keep_yscroll, keep_xscroll, bottom_right_corner, check_cell_visibility = check_cell_visibility, redraw = redraw)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet_main_table.py", line 1050, in see
yvis, xvis = self.cell_is_completely_visible(r = r, c = c, separate_axes = True)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet_main_table.py", line 1106, in cell_is_completely_visible
x1, y1, x2, y2 = self.GetCellCoords(r = r, c = c, sel = True)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet_main_table.py", line 2509, in GetCellCoords
return self.col_positions[c] + 1,self.row_positions[r] + 1, self.col_positions[c + 1], self.row_positions[r + 1]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Your suggested fix worked. Now it is working as intended. I should have looked for the error reports before raising a new one. Thanks for making such an amazing tool.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\amit\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call
return self.func(*args)
File "C:\Users\amit\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 814, in callit
func(*args)
File "D:\Market\Python\ExcelTrading\OC_Analyzer_VarunS2002.py", line 1571, in main
self.set_values()
File "D:\Market\Python\ExcelTrading\OC_Analyzer_VarunS2002.py", line 1397, in set_values
self.sheet.see(last_row)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet.py", line 1137, in see
self.MT.see(row, column, keep_yscroll, keep_xscroll, bottom_right_corner, check_cell_visibility = check_cell_visibility, redraw = redraw)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet_main_table.py", line 1050, in see
yvis, xvis = self.cell_is_completely_visible(r = r, c = c, separate_axes = True)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet_main_table.py", line 1106, in cell_is_completely_visible
x1, y1, x2, y2 = self.GetCellCoords(r = r, c = c, sel = True)
File "C:\Users\amit\venv\python39\lib\site-packages\tksheet_tksheet_main_table.py", line 2509, in GetCellCoords
return self.col_positions[c] + 1,self.row_positions[r] + 1, self.col_positions[c + 1], self.row_positions[r + 1]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: