<div dir="ltr">
<p style="margin:0px">HI All,</p><p style="margin:0px">I have been using the nightly builds for quite some time with OS X 10.11.4.</p><p style="margin:0px">Couple of questions regarding errors I am seeing in the 'Log Messages Panel':</p><p style="margin:0px">1) Are QT Painter errors due to work with 3.0? Should they be disregarded or reported? Lots of the following after a change in zoom level:</p><p style="margin:0px;text-indent:0px">QPainter::begin: Paint device returned engine == 0, type: 3</p><p style="margin:0px;text-indent:0px">2016-04-28T11:31:54   1       QPainter::setRenderHint: Painter must be active to set rendering hints</p><p style="margin:0px;text-indent:0px">2016-04-28T11:31:54       1       QPainter::translate: Painter not active</p><p style="margin:0px">



</p><p style="margin:0px">2016-04-28T11:31:54     1       QPainter::end: Painter not active, aborted</p><p style="margin:0px"><br></p><p style="margin:0px">2) Ever since I can remember I have had the following appear in the 'Python warning' tab:</p><p style="margin:0px">2016-04-28T11:27:20        1       warning:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py:186: ImportWarning: Not importing directory '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/mpl_toolkits': missing __init__.py<br></p>
<p style="margin:0px">                    file, filename, etc = imp.find_module(subname, path)</p>
<p style="margin:0px">                  </p>
<p style="margin:0px">                  traceback:  File "<string>", line 1, in <module></p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 326, in startPlugin</p>
<p style="margin:0px">                      plugins[packageName] = package.classFactory(iface)</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/__init__.py", line 29, in classFactory</p>
<p style="margin:0px">                      from MetaSearch.plugin import MetaSearchPlugin</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 600, in _import</p>
<p style="margin:0px">                      mod = _builtin_import(name, globals, locals, fromlist, level)</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/plugin.py", line 33, in <module></p>
<p style="margin:0px">                      from MetaSearch.dialogs.maindialog import MetaSearchDialog</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 600, in _import</p>
<p style="margin:0px">                      mod = _builtin_import(name, globals, locals, fromlist, level)</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/dialogs/maindialog.py", line 43, in <module></p>
<p style="margin:0px">                      from owslib.csw import CatalogueServiceWeb</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 600, in _import</p>
<p style="margin:0px">                      mod = _builtin_import(name, globals, locals, fromlist, level)</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/owslib/csw.py", line 18, in <module></p>
<p style="margin:0px">                      from owslib.util import OrderedDict</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 600, in _import</p>
<p style="margin:0px">                      mod = _builtin_import(name, globals, locals, fromlist, level)</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/owslib/util.py", line 13, in <module></p>
<p style="margin:0px">                      import pytz</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 600, in _import</p>
<p style="margin:0px">                      mod = _builtin_import(name, globals, locals, fromlist, level)</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/pytz/__init__.py", line 29, in <module></p>
<p style="margin:0px">                      from pkg_resources import resource_stream</p>
<p style="margin:0px">                    File "/Applications/QGIS_2.15-dev.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 600, in _import</p>
<p style="margin:0px">                      mod = _builtin_import(name, globals, locals, fromlist, level)</p>
<p style="margin:0px">                    File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2813, in <module></p>
<p style="margin:0px">                      add_activation_listener(lambda dist: dist.activate())</p>
<p style="margin:0px">                    File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 686, in subscribe</p>
<p style="margin:0px">                      callback(dist)</p>
<p style="margin:0px">                    File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2813, in <lambda></p>
<p style="margin:0px">                      add_activation_listener(lambda dist: dist.activate())</p>
<p style="margin:0px">                    File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2346, in activate</p>
<p style="margin:0px">                      list(map(declare_namespace, self._get_metadata('namespace_packages.txt')))</p>
<p style="margin:0px">                    File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 1942, in declare_namespace</p>
<p style="margin:0px">                      _handle_ns(packageName, path_item)</p>
<p style="margin:0px">                    File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 1899, in _handle_ns</p>
<p style="margin:0px">                      loader = importer.find_module(packageName)</p><p style="margin:0px"><br></p><p style="margin:0px">Install or path errors on my end?</p><p style="margin:0px"><br></p><p style="margin:0px">Thanks!</p><p style="margin:0px">-tom</p></div>