We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6774e39 commit ca28f13Copy full SHA for ca28f13
src/app/qgisapp.cpp
@@ -4195,7 +4195,7 @@ void QgisApp::loadPythonSupport()
4195
else
4196
{
4197
//using stderr on purpose because we want end users to see this [TS]
4198
- QgsDebugMsg( "Couldn't load Python support library." );
+ QgsDebugMsg( "Couldn't load Python support library: " + pythonlib.errorString() );
4199
}
4200
4201
if ( mPythonUtils && mPythonUtils->isEnabled() )
0 commit comments