[Qgis-user] Errors when re-opening new installation of QGIS
Steven Yanoff
yanoff at tularosa.net
Tue Jan 13 17:22:50 PST 2015
Hello,
I recently installed QGIS on a Mac (Lion 10.7.5) by downloading these components from http://www.kyngchaos.com/software/qgis and installing them in order:
1. GDAL 1.11
2. NumPy (included in the GDAL download, per the GDAL Readme)
3. Matplotlib Python 1.3.1-2
4. QGIS 2.6.1-2
I then started QGIS and began working through training exercises (http://docs.qgis.org/2.6/en/docs/training_manual/). It seemed to run fine. But now whenever I re-open QGIS I get the long error message below. I can close the error message window and continue working in QGIS. It then seems to run fine.
But when I open a project I get another error message - A network request has timed out, any data received is likely incomplete - 2015-01-13T18:15:31 1 Network request http://plugins.qgis.org/plugins/plugins.xml?qgis=2.6 timed out. Once that error closes the project seems to run fine.
The other thing I noticed is that when I created a field in a training exercise sqlite attribute table I could not delete it, but instead got a message that the Provider does not support deleting attributes.
Below is the error message when I open QGIS. It is followed by two more error messages I see in a log. Any idea what I should do about this?
An error has occured while executing Python code:
Traceback (most recent call last):
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/pyplugin_installer/installer_data.py", line 460, in xmlDownloaded
if isCompatible(QGis.QGIS_VERSION, qgisMinimumVersion, qgisMaximumVersion):
File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/pyplugin_installer/version_compare.py", line 188, in isCompatible
if len(maxVer)TypeError: object of type 'NoneType' has no len()
Python version:
2.7.1 (r271:86832, Jun 25 2011, 05:09:01)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
QGIS version:
2.6.1-Brighton Brighton,
Python path: ['/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing', '/Applications/QGIS.app/Contents/MacOS/../Resources/python', u'/Users/my/.qgis2/python', u'/Users/my/.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', '/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', '/Users/my/.qgis2/python/plugins/MetaSearch/ext-libs', '/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools']
Log Message - Python Warning
2015-01-13T18:15:09 1 warning:/Applications/QGIS.app/Contents/MacOS/../Resources/python/PyQt4/uic/uiparser.py:890: PendingDeprecationWarning: This method will be removed in future versions. Use 'elem.iter()' or 'list(elem.iter())' instead.
for include in elem.getiterator("include"):
Log Message - Network
2015-01-13T18:15:31 1 Network request http://plugins.qgis.org/plugins/plugins.xml?qgis=2.6 timed out
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20150113/07ede8b7/attachment.html>
More information about the Qgis-user
mailing list