Difference between revisions of "PyPRP:Installing"

(Additional Stuff: linked version 1.6 instead of outdated 1.5.2)
(Installing PyPRP: changed Blender link to 2.49 (latest Python 2.5 compatible version))
Line 1: Line 1:
 
=Installing PyPRP=
 
=Installing PyPRP=
#Make sure you have [http://www.graphicall.org/ Blender 2.48a] or '''some version which was compiled with Python 2.5.4'''.
+
#Make sure you have [http://download.blender.org/release/Blender2.49/blender-2.49-windows-py25.exe Blender 2.49] or '''some version which was compiled with Python 2.5.4'''.
 
#Download and install everything listed under "Required Software" section.
 
#Download and install everything listed under "Required Software" section.
 
#See the [[Installing PyPRP#Getting PyPRP | Getting PyPRP]] section.
 
#See the [[Installing PyPRP#Getting PyPRP | Getting PyPRP]] section.

Revision as of 00:18, 25 July 2009

Installing PyPRP

  1. Make sure you have Blender 2.49 or some version which was compiled with Python 2.5.4.
  2. Download and install everything listed under "Required Software" section.
  3. See the Getting PyPRP section.

Required Software - Windows version

Required Software - Linux and other versions

Additional Stuff

Psyco is also recommended for speeding up code running times.

Getting PyPRP

Once you have the required software installed, get the latest PyPRP (GoW PyPRP 1.5.0).

Unzip the file and move everything inside* the 'src' folder to your ".../.blender/scripts" folder.

On Windows, this is usually C:\Program Files\Blender Foundation\Blender\.blender\scripts while on Linux, you will probably find it in /home/<YOUR_USER_NAME>/.blender/scripts.

*NOTE: Do NOT put the actual 'src' FOLDER inside your "/scripts" folder, only the files from inside the 'src' folder

Alternatively, if you are interested in getting the very latest development version with the newest features, get the 'bleeding edge' PyPRP. This file is updated every night at midnight Eastern Time.

Advanced users can select which version of PyPRP they would like to download.

Congrats

Congratulations! You should now have PyPRP installed and are ready to get started building Ages. If you'd like to test that PyPRP is installed and working properly you can try to get started on your own.