Guest User

Untitled

a guest
Dec 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. C:>D:blender-2.80.0-git.4488056f3d9-windows64blender.exe
  2. Read prefs: C:UsersSimonAppDataRoamingBlender FoundationBlender2.80configuserpref.blend
  3. found bundled python: D:blender-2.80.0-git.4488056f3d9-windows642.80python
  4. Traceback (most recent call last):
  5. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesaddon_utils.py", line 351, in enable
  6. mod = __import__(module_name)
  7. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsaddonsio_scene_gltf2__init__.py", line 24, in <module>
  8. from .io.com.gltf2_io_debug import Log
  9. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsaddonsio_scene_gltf2iocomgltf2_io_debug.py", line 20, in <module>
  10. import logging
  11. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonliblogging__init__.py", line 26, in <module>
  12. import sys, os, time, io, traceback, warnings, weakref, collections.abc
  13. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibtraceback.py", line 5, in <module>
  14. import linecache
  15. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonliblinecache.py", line 11, in <module>
  16. import tokenize
  17. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibtokenize.py", line 33, in <module>
  18. import re
  19. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibre.py", line 122, in <module>
  20. import enum
  21. ImportError: bad magic number in 'enum': b'x03xf3rn'
  22.  
  23. During handling of the above exception, another exception occurred:
  24.  
  25. Traceback (most recent call last):
  26. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpy__init__.py", line 81, in <module>
  27. main()
  28. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpy__init__.py", line 78, in main
  29. utils.load_scripts()
  30. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpyutils__init__.py", line 273, in load_scripts
  31. _initialize()
  32. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesaddon_utils.py", line 47, in _initialize
  33. enable(addon.module)
  34. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesaddon_utils.py", line 359, in enable
  35. handle_error(ex)
  36. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesaddon_utils.py", line 299, in handle_error
  37. import traceback
  38. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibtraceback.py", line 5, in <module>
  39. import linecache
  40. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonliblinecache.py", line 11, in <module>
  41. import tokenize
  42. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibtokenize.py", line 33, in <module>
  43. import re
  44. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibre.py", line 122, in <module>
  45. import enum
  46. ImportError: bad magic number in 'enum': b'x03xf3rn'
  47. Traceback (most recent call last):
  48. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpyutils__init__.py", line 186, in register_module_call
  49. register()
  50. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsstartupbl_operators__init__.py", line 69, in register
  51. register_class(cls)
  52. ValueError: register_class(...): already registered as a subclass
  53.  
  54. During handling of the above exception, another exception occurred:
  55.  
  56. Traceback (most recent call last):
  57. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpy__init__.py", line 81, in <module>
  58. main()
  59. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpy__init__.py", line 78, in main
  60. utils.load_scripts()
  61. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpyutils__init__.py", line 261, in load_scripts
  62. test_register(mod)
  63. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpyutils__init__.py", line 228, in test_register
  64. register_module_call(mod)
  65. File "D:blender-2.80.0-git.4488056f3d9-windows642.80scriptsmodulesbpyutils__init__.py", line 188, in register_module_call
  66. import traceback
  67. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibtraceback.py", line 5, in <module>
  68. import linecache
  69. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonliblinecache.py", line 11, in <module>
  70. import tokenize
  71. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibtokenize.py", line 33, in <module>
  72. import re
  73. File "D:blender-2.80.0-git.4488056f3d9-windows642.80pythonlibre.py", line 122, in <module>
  74. import enum
  75. ImportError: bad magic number in 'enum': b'x03xf3rn'
  76.  
  77. location: <unknown location>:-1
  78.  
  79. location: <unknown location>:-1
  80. Keymap: '3D View Tool: Select Box' not found for tool 'Select Box'
Add Comment
Please, Sign In to add comment