Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

tksheet version issue #64

Open
SMVSKN opened this issue Jan 31, 2024 · 2 comments
Open

tksheet version issue #64

SMVSKN opened this issue Jan 31, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@SMVSKN
Copy link

SMVSKN commented Jan 31, 2024

Does not work with latest version of tksheet-7.0. Had to revert back to 6.3.5.
With new version getting exception below:

UserWarning: There have been many changes from tksheet version 6.x.x to version 7.x.x. Please see the changelog for more information.
WARNING(
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.9/tkinter/init.py", line 1895, in call
return self.func(*args)
File "/usr/lib/python3.9/tkinter/init.py", line 817, in callit
func(*args)
File "./NSE_OptionChain_analyser.py", line 1536, in main
self.set_values()
File "./NSE_OptionChain_analyser.py", line 1282, in set_values
self.sheet.insert_row(values=output_values, add_columns=True)
TypeError: insert_row() got an unexpected keyword argument 'values'

@SMVSKN
Copy link
Author

SMVSKN commented Feb 1, 2024

One option could be just to fix the tksheet version in the requirements file.

@VarunS2002 VarunS2002 self-assigned this Feb 2, 2024
@VarunS2002 VarunS2002 added the bug Something isn't working label Feb 2, 2024
@VarunS2002
Copy link
Owner

One option could be just to fix the tksheet version in the requirements file.

Yes that is the plan. Thanks for reporting this issue.

@VarunS2002 VarunS2002 removed their assignment Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants