Cannot activate plugin in no more, all blender versions #46983

Closed
opened 2015-12-15 20:15:56 +01:00 by Rombout Versluijs · 5 comments

System Information
Operating system and graphics card

Blender Version
Broken: (example: 2.69.7 4b206af, see splash screen)
Worked: (optional)

Short description of error

Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps

First i see this erro rwhen i try to install

Traceback (most recent call last):
  File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/scripts/modules/addon_utils.py", line 324, in enable
    mod = __import__(module_name)
  File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/__init__.py", line 44, in <module>
    from . import thea_properties
  File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/thea_properties.py", line 842, in <module>
    items=getLocations()[0],
  File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/thea_render_main.py", line 2518, in getLocations
    (exportPath, theaPath, theaDir, dataPath, currentBlendDir, currentBlendFile) = setPaths(scene=None, verbose=True)
  File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/thea_render_main.py", line 282, in setPaths
    for line in thFile:
  File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/python/lib/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1999: ordinal not in range(128)

Traceback (most recent call last):
  File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/scripts/modules/addon_utils.py", line 324, in enable
    mod = __import__(module_name)
  File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/__init__.py", line 43, in <module>
    from . import thea_operators
ImportError: cannot import name 'thea_operators'

Traceback (most recent call last):
  File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/scripts/modules/addon_utils.py", line 324, in enable
    mod = __import__(module_name)
  File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/__init__.py", line 43, in <module>
    from . import thea_operators
ImportError: cannot import name 'thea_operators'


**System Information** Operating system and graphics card **Blender Version** Broken: (example: 2.69.7 4b206af, see splash screen) Worked: (optional) **Short description of error** **Exact steps for others to reproduce the error** Based on a (as simple as possible) attached .blend file with minimum amount of steps First i see this erro rwhen i try to install ``` Traceback (most recent call last): File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/scripts/modules/addon_utils.py", line 324, in enable mod = __import__(module_name) File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/__init__.py", line 44, in <module> from . import thea_properties File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/thea_properties.py", line 842, in <module> items=getLocations()[0], File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/thea_render_main.py", line 2518, in getLocations (exportPath, theaPath, theaDir, dataPath, currentBlendDir, currentBlendFile) = setPaths(scene=None, verbose=True) File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/thea_render_main.py", line 282, in setPaths for line in thFile: File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/python/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1999: ordinal not in range(128) Traceback (most recent call last): File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/scripts/modules/addon_utils.py", line 324, in enable mod = __import__(module_name) File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/__init__.py", line 43, in <module> from . import thea_operators ImportError: cannot import name 'thea_operators' Traceback (most recent call last): File "/Applications/blender-2.76b-OSX_10.6-x86_64/blender.app/Contents/MacOS/../Resources/2.76/scripts/modules/addon_utils.py", line 324, in enable mod = __import__(module_name) File "/Users/romboutversluijs/Library/Application Support/Blender/2.76/scripts/addons/TheaForBlender/__init__.py", line 43, in <module> from . import thea_operators ImportError: cannot import name 'thea_operators' ```

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @RomboutVersluijs

Added subscriber: @RomboutVersluijs
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brendon Murphy self-assigned this 2015-12-15 23:03:56 +01:00
Member

Closing as invalid, this tracker is for addons developed in Blender git. Note that you appeared to solve this on the forums.

Closing as invalid, this tracker is for addons developed in Blender git. Note that you appeared to solve this on the forums.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#46983
No description provided.