From b21da9672fbde9cb5e24fea694de254fb629ef06 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 10 Feb 2021 21:44:33 -0500 Subject: [PATCH] Adjust py_sethome for the new path --- pcbnew/swig/python_scripting.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/pcbnew/swig/python_scripting.cpp b/pcbnew/swig/python_scripting.cpp index e7a44fd301..a30ea5d90a 100644 --- a/pcbnew/swig/python_scripting.cpp +++ b/pcbnew/swig/python_scripting.cpp @@ -175,9 +175,6 @@ bool pcbnewInitPythonScripting( const char* aStockScriptingPath, const char* aUs wxFileName pyHome; pyHome.Assign( Pgm().GetExecutablePath() ); - pyHome.AppendDir( wxT("..") ); - pyHome.AppendDir( wxT("lib") ); - pyHome.AppendDir( wxT("python3") ); pyHome.Normalize();