Hi, That error: OSError: libproj.so.0: cannot open shared object file: No such file or directory looks a bit suspicious to me .. Are you sure the package libproj0 is installed?
regards Werner On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto <[email protected]> wrote: > I'm having troubles loading the Crayfish plugin in ubuntu 15.10 wily. No > problem whatsoever with windows tho. > > Couldn't load plugin crayfish due to an error when calling its initGui() > method > > OSError: libproj.so.0: cannot open shared object file: No such file or > directory > > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 335, in > startPlugin > plugins[packageName].initGui() > File "/home/alexandre/.qgis2/python/plugins/crayfish/plugin.py", line 73, > in initGui > if not ensure_library_installed(): > File > "/home/alexandre/.qgis2/python/plugins/crayfish/gui/install_helper.py", line > 133, in ensure_library_installed > load_library() > File "/home/alexandre/.qgis2/python/plugins/crayfish/core.py", line 85, in > load_library > lib = ctypes.cdll.LoadLibrary(libpath) > File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary > return self._dlltype(name) > File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__ > self._handle = _dlopen(self._name, mode) > OSError: libproj.so.0: cannot open shared object file: No such file or > directory > > > Python version: 2.7.10 (default, Oct 14 2015, 16:09:02) [GCC 5.2.1 20151010] > QGIS version: 2.15.0-Master Master, e9d3a3a > > Python Path: > > /usr/share/qgis/python > /home/alexandre/.qgis2/python > /home/alexandre/.qgis2/python/plugins > /usr/share/qgis/python/plugins > /usr/lib/python2.7 > /usr/lib/python2.7/plat-x86_64-linux-gnu > /usr/lib/python2.7/lib-tk > /usr/lib/python2.7/lib-old > /usr/lib/python2.7/lib-dynload > /home/alexandre/.local/lib/python2.7/site-packages > /usr/local/lib/python2.7/dist-packages > /usr/lib/python2.7/dist-packages > /usr/lib/python2.7/dist-packages/PILcompat > /usr/lib/python2.7/dist-packages/gtk-2.0 > /usr/lib/python2.7/dist-packages/ubuntu-sso-client > /home/alexandre/.qgis2//python > > > -- > Alexandre Neto > --------------------- > @AlexNetoGeo > http://sigsemgrilhetas.wordpress.com > http://gisunchained.wordpress.com > > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user _______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
