planetfederal / qgis-geogig-plugin

A plugin to manage and use GeoGig repositories from QGIS
GNU General Public License v2.0
9 stars 8 forks source link

Plugin causes error on loading of QGIS #17

Closed amillerBoundless closed 8 years ago

amillerBoundless commented 8 years ago

I downloaded the zip bundle, placed it in my .qgis2/python/plugins directory and unzipped it. This created a geogig directory. When I open QGIS I get the following error:

Couldn't load plugin geogig due to an error when calling its classFactory() method

Traceback (most recent call last): File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 219, in startPlugin plugins[packageName] = package.classFactory(iface) File "/Users/amiller/.qgis2/python/plugins/geogig/init.py", line 22, in classFactory from geogig.plugin import GeoGigPlugin File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 478, in _import mod = _builtin_import(name, globals, locals, fromlist, level) File "/Users/amiller/.qgis2/python/plugins/geogig/geogig/init.py", line 13, in for bin in os.listdir(gg_path): OSError: [Errno 2] No such file or directory: '/Users/amiller/.qgis2/python/plugins/geogig/geogig/bin/geogig/bin'

Python version: 2.7.10 (default, Oct 23 2015, 18:05:06) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)]

QGIS version: 2.8.2-Wien Wien, bfda390

Python path: ['/Users/amiller/.qgis2/python/plugins/geogig/ext-libs/keyring-4.0-py2.7.egg', '/Users/amiller/.qgis2/python/plugins/geogig/ext-libs/python_dateutil-1.5-py2.7.egg', '/Users/amiller/.qgis2/python/plugins/geogig/ext-libs/geogig_py-1.1_SNAPSHOT-py2.7.egg', '/Users/amiller/.qgis2/python/plugins/geogig/ext-libs/py4j-0.9-py2.7.egg', '/Users/amiller/.qgis2/python/plugins/geogig/ext-libs/requests-2.7.0-py2.7.egg', '/Users/amiller/.qgis2/python/plugins/GeoCoding/libs', '/Applications/QGIS.app/Contents/MacOS/../Resources/python', u'/Users/amiller/.qgis2/python', u'/Users/amiller/.qgis2/python/plugins', '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', '/Library/Frameworks/SQLite3.framework/Versions/C/Python/2.7', '/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/site-packages', '/Library/Python/2.7/site-packages/numpy-override', '/Library/Python/2.7/site-packages/matplotlib-override', '/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages', u'/Users/amiller/.qgis2//python', '/Users/amiller/.qgis2/python/plugins/geogig/ext-libs']