I’ve heared I needed to change my python to 2.6 version but it still doesn’t work, I get the following:
python
Python 2.5 (r25:exported, Feb 15 2015, 20:59:28)
[GCC 4.9.2] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
import cubit
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap: 6
What can I do?
Regards,
Ch