<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    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>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/10/2015 04:48 PM, Eugenio Trumpy
      wrote:<br>
    </div>
    <blockquote cite="mid:DUB123-W33CB677CFA8D354F54098AE5140@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Hi Matthias,<br>
        <br>
        I tried:<br>
        git reset --hard d4b3<br>
        <br>
        but I got many error on configuring with ccmake<br>
        <br>
        So I update git pull again, now I got the version:<a
          moz-do-not-send="true"
          href="https://github.com/qgis/QGIS/commit/b57d5ab"><span
            style=" text-decoration: underline; color:#0000ff;"> b57d5ab</span></a><br>
        <br>
        but the same error is present.<br>
        <br>
        Any other hints?<br>
        <br>
        Eugenio<br>
        <div> <br>
          > Hi Eugenio,<br>
          > <br>
          > Are you experienced enough with git to cherry-pick
          another commit and<br>
          > check if that fixes your issue?<br>
          > <br>
          >
<a class="moz-txt-link-freetext" href="https://github.com/m-kuhn/QGIS/commit/d4b30c3e2c8334d4576bb7de4f2859f4827365e0">https://github.com/m-kuhn/QGIS/commit/d4b30c3e2c8334d4576bb7de4f2859f4827365e0</a><br>
          > <br>
          > Regards,<br>
          > Matthias<br>
          > <br>
          > On 11/10/2015 10:54 AM, Eugenio Trumpy wrote:<br>
          > > Hi everybody,<br>
          > ><br>
          > > this morning I decided to compile qgis on my ubuntu
          15.10 due to the fact<br>
          > > that the version I had: 2.13.0-master - 2bb0cf9, had
          problem with<br>
          > > grass process.<br>
          > ><br>
          > > So I update the code & ccmake && make
          && make install, I had no errors<br>
          > > but launching<br>
          > > qgis I have the error:<br>
          > ><br>
          > > Couldn't load PyQGIS.<br>
          > > Python support will be disabled.<br>
          > ><br>
          > > getvalue() did not return a string<br>
          > ><br>
          > > Python version:<br>
          > > 2.7.10 (default, Oct 14 2015, 16:09:02)<br>
          > > [GCC 5.2.1 20151010]<br>
          > ><br>
          > > QGIS version:<br>
          > > 2.13.0-Master 'Master', 452e61c<br>
          > ><br>
          > > Python path:<br>
          > > ['/usr/local/share/qgis/python',
          u'/home/eugenio/.qgis2/python',<br>
          > > u'/home/eugenio/.qgis2/python/plugins',<br>
          > > '/usr/local/share/qgis/python/plugins',
          '/usr/lib/python2.7',<br>
          > > '/usr/lib/python2.7/plat-x86_64-linux-gnu',<br>
          > > '/usr/lib/python2.7/lib-tk',
          '/usr/lib/python2.7/lib-old',<br>
          > > '/usr/lib/python2.7/lib-dynload',<br>
          > > '/usr/local/lib/python2.7/dist-packages',<br>
          > > '/usr/lib/python2.7/dist-packages',<br>
          > > '/usr/lib/python2.7/dist-packages/PILcompat',<br>
          > > '/usr/lib/python2.7/dist-packages/gtk-2.0',<br>
          > >
          '/usr/lib/python2.7/dist-packages/ubuntu-sso-client',<br>
          > > '/usr/lib/python2.7/dist-packages/wx-3.0-gtk2']<br>
          > ><br>
          > ><br>
          > > Any hints on how to solve this problem?<br>
          > ><br>
          > ><br>
          > > best<br>
          > ><br>
          > ><br>
          > > Eugenio<br>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
List info: <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>
Unsubscribe: <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Help to improve QGIS rendering possibilities before Nov 30, 2015
<a class="moz-txt-link-freetext" href="http://www.opengis.ch/2015/11/02/qgis-crowdfunding-2-5d-rendering">http://www.opengis.ch/2015/11/02/qgis-crowdfunding-2-5d-rendering</a></pre>
  </body>
</html>