-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gdal: fix standalone python programs #9423
Conversation
Thanks a lot. Just tested locally and this does solve the issue. |
I guess
With the |
@michelk could you be clearer about how you get this |
I'm using With nix-env -iA nixpkgs.qgis
qgis I'm getting the error listed above. Though nix-shell -p python qgis
qgis works. |
Strange… Are you using any particular plug-in? Is this behaviour new or have you always got such an error? |
If you fix qgis, I'll also push to release-15.09 |
I'm using some plug-ins, but when they were failing (eg. missing python-dependency), I got an error and the plugin was automatically disabled, but QGIS was running correctly. I never used nixpkgs-QGIS in production, since previously there was a mismatch between compiled and running libpng; therefor I always used the debian-QGIS. |
I suggest to merge this PR, as it fixes an issue with |
gdal: fix standalone python programs (fixes #9386)
This addresses issue #9386.
@michelk: would you like to test? thanks.