Traceback when launching 2.5.*

After launching the app (both 2.5 stable and latest cutting edge version) I get this traceback in the macro panel:
Traceback (most recent call last):
File “”, line 8, in
File “build/bdist.macosx-10.11-intel/egg/pkg_resources/init.py”, line 3138, in
File “build/bdist.macosx-10.11-intel/egg/pkg_resources/init.py”, line 3124, in _call_aside
File “build/bdist.macosx-10.11-intel/egg/pkg_resources/init.py”, line 3151, in _initialize_master_working_set
File “build/bdist.macosx-10.11-intel/egg/pkg_resources/init.py”, line 652, in _build_master
File “build/bdist.macosx-10.11-intel/egg/pkg_resources/init.py”, line 645, in init
File “build/bdist.macosx-10.11-intel/egg/pkg_resources/init.py”, line 701, in add_entry
File “build/bdist.macosx-10.11-intel/egg/pkg_resources/init.py”, line 2086, in find_distributions
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py”, line 384, in get_importer
importer = path_hook(path_item)
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\u0301’ in position 68: ordinal not in range(128)

2.4.4 also print in the macro panel output: “Traceback (most recent call last):” (nothing else)

any idea? thanks

That seems to be an issue with a library or plugin that you have installed.

Can you start Glyphs with option and shift key pressed? That will start glyphs without loading plugins.

option-shift pressed, no traceback. Removed ‘Touché’ plugin, now I get this one:
Traceback (most recent call last):
File “”, line 8, in
File “/Library/Python/2.7/site-packages/numpy/_globals.py”, line 29, in
raise RuntimeError(‘Reloading numpy._globals is not allowed’)
RuntimeError: Reloading numpy._globals is not allowed

I tried to find the ‘reload numpy’ in installed plugins but didn’t manage…

I’ll fix the numpy traceback.

Cool, thanks!