Search code examples
pythonblender

Blender- python


How do I point Blender to the version of python I have installed


Solution

  • Mark, your version of Blender should be compiled with a specific version of Python interfaced to it -- and THAT is the version of Python you need to install on your machine. The same issue surfaced back when Python 2.5 was reasonably new and Blender was still distributed with 2.4 compiled;

    I suspect you maybe running into exactly the same issue. What message of the form "Compiled with Python 2.x" does your Blender give at the start?

    That should be your clue for what Python to install (unless you want to recompile Blender from source to support your favorite version of Python, of course!)