Advertisement
skoggiesue

error from qgis

Jul 9th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. An error has occured while executing Python code:
  2.  
  3. Traceback (most recent call last):
  4. File "/home/skoggiesue/.qgis//python/plugins/openlayers_plugin/openlayers_ovwidget.py", line 213, in __signal_pbCopyKml_clicked
  5. rect = core.QgsGeometry.fromWkt(wkt).boundingBox()
  6. AttributeError: 'NoneType' object has no attribute 'boundingBox'
  7.  
  8. Python version:
  9. 2.7.4 (default, Apr 19 2013, 18:30:41)
  10. [GCC 4.7.3]
  11.  
  12.  
  13. QGIS version:
  14. 1.8.0-Lisboa Lisboa, exported
  15.  
  16. Python path: ['/usr/share/qgis/python', '/home/skoggiesue/.qgis//python', '/home/skoggiesue/.qgis//python/plugins', '/usr/share/qgis/python/plugins', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PILcompat', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', '/home/skoggiesue/.qgis/python/plugins/mmqgis/forms', '/usr/share/qgis/python/plugins/fTools/tools']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement