LapisSea

Untitled

Aug 6th, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. C:\Blender\2.8>blender
  2. Read prefs: C:\Users\LapisSea\AppData\Roaming\Blender Foundation\Blender\2.80\config\userpref.blend
  3. found bundled python: C:\Blender\2.8\2.80\python
  4. Traceback (most recent call last):
  5. File "C:\Blender\2.8\2.80\scripts\modules\addon_utils.py", line 351, in enable
  6. mod = __import__(module_name)
  7. File "C:\Blender\2.8\2.80\scripts\addons\node_wrangler.py", line 47, in <module>
  8. from glob import glob
  9. File "C:\Blender\2.8\2.80\python\lib\glob.py", line 4, in <module>
  10. import re
  11. File "C:\Blender\2.8\2.80\python\lib\re.py", line 122, in <module>
  12. import enum
  13. File "C:\Blender\2.8\2.80\python\lib\enum.py", line 2, in <module>
  14. from types import MappingProxyType, DynamicClassAttribute
  15. ImportError: cannot import name 'MappingProxyType'
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20. File "C:\Blender\2.8\2.80\scripts\modules\bpy\__init__.py", line 81, in <module>
  21. main()
  22. File "C:\Blender\2.8\2.80\scripts\modules\bpy\__init__.py", line 78, in main
  23. utils.load_scripts()
  24. File "C:\Blender\2.8\2.80\scripts\modules\bpy\utils\__init__.py", line 258, in load_scripts
  25. _initialize()
  26. File "C:\Blender\2.8\2.80\scripts\modules\addon_utils.py", line 47, in _initialize
  27. enable(addon.module)
  28. File "C:\Blender\2.8\2.80\scripts\modules\addon_utils.py", line 359, in enable
  29. handle_error(ex)
  30. File "C:\Blender\2.8\2.80\scripts\modules\addon_utils.py", line 299, in handle_error
  31. import traceback
  32. File "C:\Blender\2.8\2.80\python\lib\traceback.py", line 5, in <module>
  33. import linecache
  34. File "C:\Blender\2.8\2.80\python\lib\linecache.py", line 8, in <module>
  35. import functools
  36. File "C:\Blender\2.8\2.80\python\lib\functools.py", line 22, in <module>
  37. from types import MappingProxyType
  38. ImportError: cannot import name 'MappingProxyType'
  39. Traceback (most recent call last):
  40. File "C:\Blender\2.8\2.80\scripts\modules\bpy\utils\__init__.py", line 171, in register_module_call
  41. register()
  42. File "C:\Blender\2.8\2.80\scripts\startup\bl_operators\__init__.py", line 68, in register
  43. register_class(cls)
  44. ValueError: register_class(...): already registered as a subclass
  45.  
  46. During handling of the above exception, another exception occurred:
  47.  
  48. Traceback (most recent call last):
  49. File "C:\Blender\2.8\2.80\scripts\addons\cycles\__init__.py", line 91, in view_update
  50. context.region, context.space_data, context.region_data)
  51. File "C:\Blender\2.8\2.80\scripts\addons\cycles\engine.py", line 138, in create
  52. import bpy
  53. File "C:\Blender\2.8\2.80\scripts\modules\bpy\__init__.py", line 81, in <module>
  54. main()
  55. File "C:\Blender\2.8\2.80\scripts\modules\bpy\__init__.py", line 78, in main
  56. utils.load_scripts()
  57. File "C:\Blender\2.8\2.80\scripts\modules\bpy\utils\__init__.py", line 246, in load_scripts
  58. test_register(mod)
  59. File "C:\Blender\2.8\2.80\scripts\modules\bpy\utils\__init__.py", line 213, in test_register
  60. register_module_call(mod)
  61. File "C:\Blender\2.8\2.80\scripts\modules\bpy\utils\__init__.py", line 173, in register_module_call
  62. import traceback
  63. File "C:\Blender\2.8\2.80\python\lib\traceback.py", line 5, in <module>
  64. import linecache
  65. File "C:\Blender\2.8\2.80\python\lib\linecache.py", line 8, in <module>
  66. import functools
  67. File "C:\Blender\2.8\2.80\python\lib\functools.py", line 22, in <module>
  68. from types import MappingProxyType
  69. ImportError: cannot import name 'MappingProxyType'
  70.  
  71. location: <unknown location>:-1
  72.  
  73. location: <unknown location>:-1
  74. Error : EXCEPTION_ACCESS_VIOLATION
  75. Address : 0x00007FF68A4E5E72
  76. Module : C:\Blender\2.8\blender.exe
Add Comment
Please, Sign In to add comment