diff -r dfd3b53be436 -r dfb8a57de154 scripts/install-debugclients.py --- a/scripts/install-debugclients.py Fri Apr 19 17:48:40 2019 +0200 +++ b/scripts/install-debugclients.py Sat Apr 20 19:41:19 2019 +0200 @@ -293,7 +293,7 @@ installFromSource = not os.path.isdir(sourceDir) if installFromSource: - sourceDir = os.path.dirname(__file__) or "." + sourceDir = os.path.abspath("..") eric6SourceDir = os.path.join(sourceDir, "eric6") # cleanup source if installing from source