You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for the script. Had an issue running on Win10/Py3.8
Traceback (most recent call last):
File ".\watchparse.py", line 7, in <module>
from openpyxl.compat import range
ImportError: cannot import name 'range' from 'openpyxl.compat'
Seemed to be fixed by commenting out line #7 #from openpyxl.compat import range
The text was updated successfully, but these errors were encountered:
Hey, thanks for the script. Had an issue running on Win10/Py3.8
Seemed to be fixed by commenting out line #7
#from openpyxl.compat import range
The text was updated successfully, but these errors were encountered: