Quote:
Originally Posted by DiapDealer
Code:
SyntaxError: name 'didFailCopy' is used prior to global declaration
Error: name 'didFailCopy' is used prior to global declaration (plugin.py, line 312)
[...] Is no else experiencing this?
|
I'm getting the same error message on my Arch Linux and Windows machines
when I use an external interpreter. (I'm using Python 3.6.3 on my Windows machine and Python 3.6.5 on my Linux machine.)
@DiapDealer: Maybe there are some global declaration changes in Python 3.6.x?