Any update on this as I get the error below with QGIS 2.01 and Python 2.7.5 running on OS X 10.9 (although the maps render ok). Every time I highlight the layer the same error message displays.
History: I had the previous version of QGIS 1.8 and Python 2.6.8 on Snow Leopard. Upgrading to OS X 10.9 didn't cause any issues. I then removed the QGIS 1.8 package from Applications, emptied trash, installed ALL frameworks packages from kyngchaos.com, then finally installed QGIS 2.01. I downloaded a 'fixed' version of openlayers plugin from http://www.qgis.nl/2013/06/30/english-temporary-fix-for-openlayers-plugin/?lang=en and installed to the /Users/'my username'/.qgis/python/plugins. This still doesn't resolve the issue.
Should I perform a clean uninstall of ALL the frameworks and QGIS then start from scratch. If so, what is the best method to remove these frameworks cleanly?
An error has occured while executing Python code:
Traceback (most recent call last):
File "/Users/jeremylittman/.qgis2/python/plugins/GoogleMapsEngineConnector/googlemapsengineconnector.py", line 266, in handleSelectionChange
gmeMap, gmeLayers = self.getAssetsFromLayer(currentLayer)
File "/Users/jeremylittman/.qgis2/python/plugins/GoogleMapsEngineConnector/googlemapsengineconnector.py", line 311, in getAssetsFromLayer
if self.isGmeConnectorLayer(layer):
File "/Users/jeremylittman/.qgis2/python/plugins/GoogleMapsEngineConnector/googlemapsengineconnector.py", line 294, in isGmeConnectorLayer
provider = layer.dataProvider()
AttributeError: 'OpenlayersLayer' object has no attribute 'dataProvider'
Python version:
2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
QGIS version:
2.0.1-Dufour Dufour, f738351
Python path: ['/Users/jeremylittman/.qgis2/python/plugins/processing', '/Users/jeremylittman/.qgis2/python/plugins/GeoCoding', '/Applications/QGIS.app/Contents/MacOS/../Resources/python', '/Users/jeremylittman/.qgis2/python', '/Users/jeremylittman/.qgis2/python/plugins', '/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.7', '/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7', '/Library/Frameworks/GDAL.framework/Versions/1.10/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', '/Users/jeremylittman/.qgis2/python/plugins/mmqgis/forms', '/Users/jeremylittman/.qgis2/python/plugins/QuickMultiAttributeEdit/forms', '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools', '/Users/jeremylittman/Dropbox/01 Engenie Work/00 Site Selection/Mapping & GIS/QGIS Projects']