morse-simulator / morse

The Modular OpenRobots Simulation Engine
http://morse-simulator.github.io/
Other
353 stars 156 forks source link

[bin] allow to override the python missmatch crash #659

Closed PierrickKoch closed 8 years ago

PierrickKoch commented 8 years ago

To avoid the system vs. Blender Python version missmatch crash, just:

export MORSE_SILENT_PYTHON_CHECK=1
adegroote commented 8 years ago

It is not a crash, but an unsupported configuration (because it has still good chance to miserably crash in the middle of nowhere, particularly when you use C extension of any kind).

If you really want such feature, please:

PierrickKoch commented 8 years ago
  1. the logger.error("Blender is compiled for Python ... but MORSE has been compiled for ... is still displayed
  2. I added a note in morse(1)
  3. I don't see what to add in the commit message.
adegroote commented 8 years ago

Ok. I don't remember my point about the commit message. Looks good with the doc improvement. You can merge it. 936c875 seems unrelated through.