Synfig studio add skeleton sample is carsh

Im using macbook pro 13 non retina …the problem is when im using the add skeleton (simple) plugin my software is crash…and the msg comes like this… (python quit unexpectedly…plz help

A couple of things to check:

  1. Which version of Synfig are you using, 1.2.2 or 1.3.11?
  2. Is python working correctly and if yes which version is it? (To check open a terminal and type in python)

But instead of the skeleton plugin you could use the regular skeleton layer (found under NewLayer -> Other -> Skeleton).
The skeleton plugin was just a workaround before that feature was available

im using 1.3.10.
hussains-MacBook-Pro:~ rixan$ python

Python 2.7.10 (default, Oct 6 2017, 22:29:07)

[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin

Type “help”, “copyright”, “credits” or “license” for more information.

According to the wiki, Synfig plugins are written in python3, so you may want to install that (terminal output: you have python 2 installed)
Also maybe try Version 1.3.11, I’m not sure if 1.3.10 has any issues with plugins