Im using this thea render plugin which used to work properly. Ive added mesh_select_tool addon last week and this is the latest one ive added. deactivating this and than trying the other one doesnt seem to help. Im not very formiliar with python, but ive never seen this error on a plugin.
First error when i activate the addon is this
Traceback (most recent call last): File "/Applications/Blender-2.72/blender.app/Contents/MacOS/../Resources/2.72/scripts/modules/addon_utils.py", line 299, in enable
mod = __import__(module_name)
File "/Users/romboutversluijs/Library/Application Support/Blender/2.72/scripts/addons/TheaForBlender/__init__.py", line 44, in <module>
from . import thea_properties
File "/Users/romboutversluijs/Library/Application Support/Blender/2.72/scripts/addons/TheaForBlender/thea_properties.py", line 796, in <module>
items=getLocations()[0],
File "/Users/romboutversluijs/Library/Application Support/Blender/2.72/scripts/addons/TheaForBlender/thea_render_main.py", line 2198, in getLocations
(exportPath, theaPath, theaDir, dataPath, currentBlendDir, currentBlendFile) = setPaths(scene=None)
File "/Users/romboutversluijs/Library/Application Support/Blender/2.72/scripts/addons/TheaForBlender/thea_render_main.py", line 272, in setPaths
for line in thFile:
File "/Applications/Blender-2.72/blender.app/Contents/MacOS/../Resources/2.72/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 1448: ordinal not in range(128)
When i try it a second time i get this
Traceback (most recent call last): File "/Applications/Blender-2.72/blender.app/Contents/MacOS/../Resources/2.72/scripts/modules/addon_utils.py", line 299, in enable
mod = __import__(module_name)
File "/Users/romboutversluijs/Library/Application Support/Blender/2.72/scripts/addons/TheaForBlender/__init__.py", line 43, in <module>
from . import thea_operators
ImportError: cannot import name 'thea_operators'