Closed GoogleCodeExporter closed 9 years ago
Artisan is known to run fine on OS X 10.9.1. I guess something is wrong on your
system or the installation. Could you try to reinstall and ensure that the
permissions in the enclosing folder are set correctly (you might use Disk
Utilities repair permissions).
Original comment by luther.m...@gmail.com
on 19 Feb 2014 at 7:06
Thanks for the suggestions. I repaired permissions and did a fresh
download/install but am getting a similar error message in Console:
Artisan Error
com.apple.launchd.peruser.501[199]:
([0x0-0xf30f3].com.google.code.p.Artisan[2578]) Exited with code: 255
I did have version 0.5.5 previously installed and that was working. Is there
something I need to do to upgrade? Some latent files that need to be deleted?
Thanks - I really appreciate the help.
Original comment by davejann...@gmail.com
on 19 Feb 2014 at 7:44
It turned out, starting Artisan from the Terminal.app via
# cd <dir where Artisan is installed>
# cd Artisan.app/Contents/MacOS
# ./Artisan
that the underlying matplotlib had issues with some fonts installed in
~/Library/Fonts on that machine. Error thrown looked like this
Traceback (most recent call last):
File "/Applications/Artisan.app/Contents/Resources/__boot__.py", line 418, in <module>
_run()
File "/Applications/Artisan.app/Contents/Resources/__boot__.py", line 361, in _run
exec(compile(source, path, 'exec'), globals(), globals())
File "/Applications/Artisan.app/Contents/Resources/artisan.py", line 6, in <module>
from artisanlib import main
File "artisanlib/main.pyo", line 83, in <module>
File "matplotlib/figure.pyo", line 34, in <module>
File "matplotlib/colorbar.pyo", line 29, in <module>
File "matplotlib/collections.pyo", line 23, in <module>
File "matplotlib/backend_bases.pyo", line 50, in <module>
File "matplotlib/textpath.pyo", line 11, in <module>
File "matplotlib/font_manager.pyo", line 1356, in <module>
File "matplotlib/font_manager.pyo", line 1341, in _rebuild
File "matplotlib/font_manager.pyo", line 1004, in __init__
File "matplotlib/font_manager.pyo", line 584, in createFontList
File "matplotlib/font_manager.pyo", line 390, in ttfFontProperty
RuntimeError: No SFNT name table
Moving all fonts out of ~/Library/Fonts allowed Artisan to startup properly
(creating the matplotlib font cache file). After this first successful startup,
Artisan started up also after the fonts were moved back to ~/Library/Fonts.
Original comment by luther.m...@gmail.com
on 19 Feb 2014 at 10:04
FYI - I had same exact issue on mac 10.9.2. When opening it just said "Artisan
Error". Moved all fonts out of Library/Fonts temporarily and then Artisan
opened. Moved all fonts back into Library/Fonts and Artisan still opens.
Thanks for the post!
Original comment by KimRodg...@gmail.com
on 2 Nov 2014 at 9:30
Original issue reported on code.google.com by
davejann...@gmail.com
on 19 Feb 2014 at 4:31Attachments: