Skip to content

Instantly share code, notes, and snippets.

@gbataille
Created May 3, 2013 16:14
Show Gist options
  • Save gbataille/5510546 to your computer and use it in GitHub Desktop.
Save gbataille/5510546 to your computer and use it in GitHub Desktop.
[Lux 2013-May-03 18:13:40] Using pylux version 1.3dev
[Lux 2013-May-03 18:13:40] Installed scene post-update handler
Traceback (most recent call last):
File "Blender/blender.app/Contents/MacOS/2.66/scripts/modules/addon_utils.py", line 269, in enable
mod = __import__(module_name)
File "/Users/gregou/Library/Application Support/Blender/2.66/scripts/addons/luxrender/__init__.py", line 53, in <module>
from . import core
File "/Users/gregou/Library/Application Support/Blender/2.66/scripts/addons/luxrender/core/__init__.py", line 101, in <module>
_register_elm(bpy.types.NODE_MT_add.append(node_material.luxrender_mat_node_editor.draw_add_menu))
AttributeError: 'RNA_Types' object has no attribute 'NODE_MT_add'
Traceback (most recent call last):
File "Blender/blender.app/Contents/MacOS/2.66/scripts/modules/addon_utils.py", line 269, in enable
mod = __import__(module_name)
File "/Users/gregou/Library/Application Support/Blender/2.66/scripts/addons/luxrender/__init__.py", line 53, in <module>
from . import core
File "/Users/gregou/Library/Application Support/Blender/2.66/scripts/addons/luxrender/core/__init__.py", line 76, in <module>
from .. import operators
ImportError: cannot import name operators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment