I am trying to figure out the generate lines from objects options in the new labeling. I believe that I first need to apply the easy labeling option prior to using it, but I get the following error. Thoughts?
An error has occured while executing Python code:
Traceback (most recent call last): File "C:/Users/Chad M. Wade/.qgis//python/plugins\EasyCustomLabeling\EasyCustomLabeling.py", line 335, in run zCentroideLayer = QgsMapLayerRegistry.instance().addMapLayer(centro, True) # adds centro to map registry AttributeError: 'QgsMapLayerRegistry' object has no attribute 'addMapLayer'
Python version: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
QGIS version: 1.9.0-Master Master, 7e29d7c
Python path: ['C:\Users\Chad M. Wade\.qgis\python\plugins\GeoCoding', 'C:\Users\Chad M. Wade\.qgis\python\plugins\GeoCoding', 'C:/Users/Chad M. Wade/.qgis//python/plugins\sextante', 'C:\Users\Chad M. Wade\.qgis\python\plugins\GeoCoding', 'C:/OSGeo4W/apps/qgis-dev/./python', 'C:/Users/Chad M. Wade/.qgis//python', 'C:/Users/Chad M. Wade/.qgis//python/plugins', 'C:/OSGeo4W/apps/qgis-dev/./python/plugins', 'C:\OSGeo4W\bin\python27.zip', 'C:\OSGeo4W\apps\Python27\DLLs', 'C:\OSGeo4W\apps\Python27\lib', 'C:\OSGeo4W\apps\Python27\lib\plat-win', 'C:\OSGeo4W\apps\Python27\lib\lib-tk', 'C:\OSGeo4W\bin', 'C:\OSGeo4W\apps\Python27', 'C:\OSGeo4W\apps\Python27\lib\site-packages', 'C:\OSGeo4W\apps\Python27\lib\site-packages\PIL', 'C:\OSGeo4W\apps\Python27\lib\site-packages\win32', 'C:\OSGeo4W\apps\Python27\lib\site-packages\win32\lib', 'C:\OSGeo4W\apps\Python27\lib\site-packages\Pythonwin', 'C:\OSGeo4W\apps\Python27\lib\site-packages\wx-2.8-msw-unicode', 'C:\OSGeo4W\apps\qgis-dev\python\plugins\fTools\tools']
