<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I perform what you suggested me,<br>however on <br><div><br>git cherry-pick d4b30c3e2<br><br>I got <br><br>fatal: bad revision 'd4b30c3e2'<br><br>so I came back on master (git checkout master)<br><br>I compiled with the release of this morning, but I got the same error:<br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Couldn't load PyQGIS.<br>Python support will be disabled.</span><br></p>
<pre style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New,courier';">getvalue() did not return a string</span></pre>Others hints?<br><br>E.<br><br><br>> git reset --hard<br>> <br>> is a quite dangerous thing to do (but no worries, we can recover).<br>> <br>> ------------------------------------------<br>> git checkout master<br>> git reset --hard origin/master<br>> ------------------------------------------<br>> should bring you back into a save state<br>> <br>> Now first switch to a temporary branch to cherry-pick<br>> ------------------------------------------<br>> git checkout -b test<br>> git cherry-pick d4b30c3e2<br>> ------------------------------------------<br>> And see if the error is fixed.<br>> <br>> After that go back to master branch<br>> ------------------------------------------<br>> git checkout master<br>> ------------------------------------------<br>> <br>> Matthias<br></div>                                        </div></body>
</html>