--- a/Plugins/PluginEricapi.py Mon Apr 02 12:04:56 2018 +0200 +++ b/Plugins/PluginEricapi.py Tue May 01 12:03:52 2018 +0200 @@ -52,6 +52,8 @@ exe = 'eric6_api' if Utilities.isWindowsPlatform(): exe = os.path.join(getConfig("bindir"), exe + '.bat') + else: + exe = os.path.join(getConfig("bindir"), exe) data = { "programEntry": True,