Oct-01-2020, 05:08 PM
Hi,
I am really new with phyton coding. I am not programmer and have no IT experience. I just know very basic coding. My coworker wrote the code and he left the company couple months ago.
He showed me how to run a trend report but never showed where the coding file or how to fix if got error messages. I have been using files for 2 months but now start having error messages.
I am not even sure where I have to start.
How do I get to the coding part of the file to check? I hope someone can pinpoint where to start or even find the file.
Thanks
Below is the error message when running the file
generating report
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter\__init__.py", line 1705, in __call__
File "sku_trend_report_generator.py", line 129, in generateReport
File "sku_trend_report_generator.py", line 243, in ExtractTrendData
IndexError: list index out of range
I am really new with phyton coding. I am not programmer and have no IT experience. I just know very basic coding. My coworker wrote the code and he left the company couple months ago.
He showed me how to run a trend report but never showed where the coding file or how to fix if got error messages. I have been using files for 2 months but now start having error messages.
I am not even sure where I have to start.
How do I get to the coding part of the file to check? I hope someone can pinpoint where to start or even find the file.
Thanks
Below is the error message when running the file
generating report
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter\__init__.py", line 1705, in __call__
File "sku_trend_report_generator.py", line 129, in generateReport
File "sku_trend_report_generator.py", line 243, in ExtractTrendData
IndexError: list index out of range