slightlynybbled / tk_tools

Python tkinter tools, Python3.7+
MIT License
103 stars 24 forks source link

spreadsheet_handle.py still in examples/ #41

Closed j4321 closed 5 years ago

j4321 commented 5 years ago

The example spreadsheet_handle.py has not been removed from the examples after SpreadSheetReader was removed from the package. So when trying to run it we get the error

Traceback (most recent call last):
  File "spreadsheet_handle.py", line 9, in <module>
    sheet_handle = tk_tools.SpreadSheetReader(root,
AttributeError: module 'tk_tools' has no attribute 'SpreadSheetReader'
slightlynybbled commented 5 years ago

Thank you! I totally missed that.

slightlynybbled commented 5 years ago

Addressed by bc2c27b