Quote:
Originally Posted by j.p.s
There is one file withe the line:
if sys.platform.startswith('darwin'):
I had to change darwin to linux for the plugin to work for me.
The code block above it has:
if sys.platform.startswith('win'):
There was no code block for linux
|
There doesn't need to be a specific check for Linux. The code is structured to assume it's running on *nix/bsd if the tests for darwin and windows both fail.