Page 1 of 1

Multiple Python versions?

PostPosted: Thu Jun 25, 2009 4:02 am
by tachzusamm
Hi folks,

I have to install Python 2.6.2 on my computer for another project.

Is it possible to keep version 2.5 on my computer (and assure Blender / PyPRP uses this) or will the installation of 2.6.2 destroy the registration were to find the default Python when I work in Blender?

In other words: Has the Python installation a globally managed "version link" (e.g. in windows registry) or does Blender / PyPRP use an own link where to find the proper version?

Re: Multiple Python versions?

PostPosted: Thu Jun 25, 2009 5:17 am
by Mystler
You should be able to install more verions! E.g., i have installed Python 2.2, 2.5, 2.6 and 3.0.1. The installer creates a new directory and you should be able to use them together.

Re: Multiple Python versions?

PostPosted: Thu Jun 25, 2009 8:55 am
by Tsar Hoikas
Blender uses Python 2.5 no matter what, I think.

Re: Multiple Python versions?

PostPosted: Thu Jun 25, 2009 3:29 pm
by Paradox
I believe Blender 2.49a by default uses Python 2.6... the Windows installer at least seems to indicate that.

Re: Multiple Python versions?

PostPosted: Fri Jun 26, 2009 11:34 am
by tachzusamm
Thank you all for the input; now I'm not afraid any longer to try it. :)