[Qgis-user] pyqgis load error (Matthias Kuhn)

Eugenio Trumpy frippe12573 at hotmail.com
Wed Nov 11 01:13:06 PST 2015


I perform what you suggested me,
however on 

git cherry-pick d4b30c3e2

I got 

fatal: bad revision 'd4b30c3e2'

so I came back on master (git checkout master)

I compiled with the release of this morning, but I got the same error:


Couldn't load PyQGIS.
Python support will be disabled.

getvalue() did not return a stringOthers hints?

E.


> git reset --hard
> 
> is a quite dangerous thing to do (but no worries, we can recover).
> 
> ------------------------------------------
> git checkout master
> git reset --hard origin/master
> ------------------------------------------
> should bring you back into a save state
> 
> Now first switch to a temporary branch to cherry-pick
> ------------------------------------------
> git checkout -b test
> git cherry-pick d4b30c3e2
> ------------------------------------------
> And see if the error is fixed.
> 
> After that go back to master branch
> ------------------------------------------
> git checkout master
> ------------------------------------------
> 
> Matthias
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20151111/3024a863/attachment.html>


More information about the Qgis-user mailing list