View Single Post
Old 07-15-2024, 11:38 AM   #38
towhit523
Member
towhit523 began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Feb 2010
Device: nook, kindle, sony 600, ipad, iphone, droid
Quote:
Originally Posted by gregorio View Post
I did a long debug and managed to get the plugin working on macOS.

The complete command then becomes:

Code:
process = Popen("PATH=$PATH:/usr/local/bin; "+" ".join(args), stdout=PIPE, stderr=PIPE, shell=True)
Thanks so much for this post. I made this change and the plugin is working on my Mac now too.
towhit523 is offline   Reply With Quote