-
Notifications
You must be signed in to change notification settings - Fork 232
Description
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'