Thanks.
I am using version 2.8
I have only downloaded it 3 times. I had never been able to get a response ecept to be told that it works under wine. After 2 downloads over a long period of time with no change in the part I was interested in, it was hard to bother to try again without some assuarance that the matter would be addressed.
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
|