Adjust py_sethome for the new path
This commit is contained in:
parent
64f817001a
commit
b21da9672f
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue