Closed Aculeo closed 10 years ago
When trying to install pygs with pip it fails with the following error:
File "/tmp/pip_build_root/PyGlobalShortcut/setup.py", line 30, in check_call except FileNotFoundError as ex: NameError: global name 'FileNotFoundError' is not defined
FileNotFoundError does not exist in Python 2.x
FileNotFoundError
Fix it, but in this case it will keep on throwing a real exception about file not found
When trying to install pygs with pip it fails with the following error:
FileNotFoundError
does not exist in Python 2.x