Ape / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
713 stars 191 forks source link

NameError: global name 'FileNotFoundError' is not defined #20

Closed Mofef closed 7 years ago

Mofef commented 7 years ago

Apparently the script is run by python 2.7 but FileNotFoundError is only there in python 3

Ape commented 7 years ago

Please run it with Python 3. Python 2 is not supported.