From 718053376d68d74f342d062a50c2f8e44878f78e Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 9 Jul 2015 18:51:08 +0200 Subject: [PATCH] forgotten python_scripting.cpp fix. --- scripting/python_scripting.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripting/python_scripting.cpp b/scripting/python_scripting.cpp index 859a4d8bb7..ccc3c0cee8 100644 --- a/scripting/python_scripting.cpp +++ b/scripting/python_scripting.cpp @@ -176,6 +176,8 @@ bool pcbnewInitPythonScripting( const char * aUserPluginsPath ) return false; } + wxPythonLoaded = true; + // Save the current Python thread state and release the // Global Interpreter Lock.