Use Python to test for modules (not CPython)
CPython call requires Python 3.8+, so we work around to keep the 3.6 users happy Fixes https://gitlab.com/kicad/code/kicad/issues/8554
This commit is contained in:
@@ -57,6 +57,8 @@ public:
|
||||
|
||||
static bool IsWxAvailable();
|
||||
|
||||
static bool IsModuleLoaded( std::string& aModule );
|
||||
|
||||
static wxString PyScriptingPath( bool aUserPath = false );
|
||||
static wxString PyPluginsPath( bool aUserPath = false );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user