Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. traceback: File "", line 1, in
  2. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 335, in startPlugin
  3. plugins[packageName] = package.classFactory(iface)
  4. File "C:/Users/shiara/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsgo2streetview__init__.py", line 34, in classFactory
  5. from .go2streetview import go2streetview
  6. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 685, in _import
  7. mod = _builtin_import(name, globals, locals, fromlist, level)
  8. File "", line 983, in _find_and_load
  9. File "", line 967, in _find_and_load_unlocked
  10. File "", line 677, in _load_unlocked
  11. File "", line 728, in exec_module
  12. File "", line 219, in _call_with_frames_removed
  13. File "C:/Users/shiara/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsgo2streetviewgo2streetview.py", line 26, in
  14. from .go2streetviewDialog import go2streetviewDialog, dumWidget,snapshotLicenseDialog, infobox
  15. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 685, in _import
  16. mod = _builtin_import(name, globals, locals, fromlist, level)
  17. File "", line 983, in _find_and_load
  18. File "", line 967, in _find_and_load_unlocked
  19. File "", line 677, in _load_unlocked
  20. File "", line 728, in exec_module
  21. File "", line 219, in _call_with_frames_removed
  22. File "C:/Users/shiara/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsgo2streetviewgo2streetviewDialog.py", line 32, in
  23. os.path.dirname(__file__), 'ui_go2streetview.ui'))
  24. File "C:UsersshiaraappsPython37libsite-packagesPyQt5uic__init__.py", line 198, in loadUiType
  25. winfo = compiler.UICompiler().compileUi(uifile, code_string, from_imports, resource_suffix, import_from)
  26. File "C:UsersshiaraappsPython37libsite-packagesPyQt5uicCompilercompiler.py", line 53, in __init__
  27. qtproxies.QtWidgets, CompilerCreatorPolicy())
  28. File "C:UsersshiaraappsPython37libsite-packagesPyQt5uicuiparser.py", line 177, in __init__
  29. self.factory = QObjectCreator(creatorPolicy)
  30. File "C:UsersshiaraappsPython37libsite-packagesPyQt5uicobjcreator.py", line 85, in __init__
  31. if self.load_plugin(filename, plugin_globals, plugin_locals):
  32. File "C:UsersshiaraappsPython37libsite-packagesPyQt5uicobjcreator.py", line 152, in load_plugin
  33. plugin = open(filename, 'rU')
  34.  
  35. traceback: File "", line 1, in
  36. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 335, in startPlugin
  37. plugins[packageName] = package.classFactory(iface)
  38. File "C:/Users/shiara/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsgo2streetview__init__.py", line 34, in classFactory
  39. from .go2streetview import go2streetview
  40. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 685, in _import
  41. mod = _builtin_import(name, globals, locals, fromlist, level)
  42. File "", line 983, in _find_and_load
  43. File "", line 967, in _find_and_load_unlocked
  44. File "", line 677, in _load_unlocked
  45. File "", line 728, in exec_module
  46. File "", line 219, in _call_with_frames_removed
  47. File "C:/Users/shiara/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsgo2streetviewgo2streetview.py", line 27, in
  48. from .snapshot import snapShot
  49. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 685, in _import
  50. mod = _builtin_import(name, globals, locals, fromlist, level)
  51. File "", line 983, in _find_and_load
  52. File "", line 967, in _find_and_load_unlocked
  53. File "", line 677, in _load_unlocked
  54. File "", line 728, in exec_module
  55. File "", line 219, in _call_with_frames_removed
  56. File "C:/Users/shiara/AppData/Roaming/QGIS/QGIS3profilesdefault/python/pluginsgo2streetviewsnapshot.py", line 25, in
  57. from osgeo import ogr
  58. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 685, in _import
  59. mod = _builtin_import(name, globals, locals, fromlist, level)
  60. File "", line 983, in _find_and_load
  61. File "", line 967, in _find_and_load_unlocked
  62. File "", line 677, in _load_unlocked
  63. File "", line 728, in exec_module
  64. File "", line 219, in _call_with_frames_removed
  65. File "C:UsersshiaraappsPython37libsite-packagesosgeo__init__.py", line 21, in
  66. _gdal = swig_import_helper()
  67. File "C:UsersshiaraappsPython37libsite-packagesosgeo__init__.py", line 8, in swig_import_helper
  68. import imp
  69. File "C:/Users/shiara/apps/qgis-ltr/./pythonqgisutils.py", line 685, in _import
  70. mod = _builtin_import(name, globals, locals, fromlist, level)
  71. File "", line 983, in _find_and_load
  72. File "", line 967, in _find_and_load_unlocked
  73. File "", line 677, in _load_unlocked
  74. File "", line 728, in exec_module
  75. File "", line 219, in _call_with_frames_removed
  76. File "C:UsersshiaraappsPython37libimp.py", line 33, in
  77. DeprecationWarning, stacklevel=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement