View Single Post
Old 10-20-2014, 09:52 AM   #525
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,771
Karma: 206758686
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by j.p.s View Post

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.

Last edited by DiapDealer; 10-20-2014 at 09:57 AM.
DiapDealer is offline   Reply With Quote