Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Quitting program raises exceptions: #28

Closed
richlysakowski opened this issue Nov 11, 2021 · 2 comments
Closed

Quitting program raises exceptions: #28

richlysakowski opened this issue Nov 11, 2021 · 2 comments
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right

Comments

@richlysakowski
Copy link

Quitting program raises exceptions shown below:

streamtologger appears to not be working also. No log file is produced.

Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\ProgramData\Anaconda3\envs\consuming_http\lib\tkinter\__init__.py", line 1892, in __call__
    return self.func(*args)
  File "C:\ProgramData\Anaconda3\envs\consuming_http\lib\tkinter\__init__.py", line 814, in callit
    func(*args)
  File "C:\Users\richadmin\AppData\Local\Temp/ipykernel_23096/1352159003.py", line 1552, in main
    self.set_values()
  File "C:\Users\richadmin\AppData\Local\Temp/ipykernel_23096/1352159003.py", line 1378, in set_values
    self.sheet.see(last_row)
  File "C:\ProgramData\Anaconda3\envs\consuming_http\lib\site-packages\tksheet\_tksheet.py", line 1128, in see
    self.MT.see(row, column, keep_yscroll, keep_xscroll, bottom_right_corner, check_cell_visibility = check_cell_visibility, redraw = redraw)
  File "C:\ProgramData\Anaconda3\envs\consuming_http\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:\ProgramData\Anaconda3\envs\consuming_http\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:\ProgramData\Anaconda3\envs\consuming_http\lib\site-packages\tksheet\_tksheet_main_table.py", line 2506, 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
@VarunS2002
Copy link
Owner

VarunS2002 commented Nov 12, 2021

@richdevboston
Probably same as #25 and #24
Downgrade (or upgrade) to version 5.0.24 of tksheet using pip install tksheet==5.0.24 and get back

@VarunS2002
Copy link
Owner

@richdevboston This issue will be closed in 3 days due to inactivity

@VarunS2002 VarunS2002 added duplicate This issue or pull request already exists invalid This doesn't seem right labels Nov 18, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants