Difference between revisions of "PyPRP:Installing"

(Getting PyPRP)
(Added other versions for required software)
Line 4: Line 4:
 
#See the [[Installing PyPRP#Getting PyPRP | Getting PyPRP]] section.
 
#See the [[Installing PyPRP#Getting PyPRP | Getting PyPRP]] section.
  
==Requried Software==
+
==Required Software - Windows version ==
 
* [http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi Python 2.5.1]
 
* [http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi Python 2.5.1]
 
* [http://effbot.org/downloads/PIL-1.1.6.win32-py2.5.exe Python Imaging Library]
 
* [http://effbot.org/downloads/PIL-1.1.6.win32-py2.5.exe Python Imaging Library]
 
*[http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=pycrypto-2.0.1.win32-py2.5.zip Python Cryptography Toolkit]
 
*[http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=pycrypto-2.0.1.win32-py2.5.zip Python Cryptography Toolkit]
 
*[http://pyyaml.org/download/pyyaml/PyYAML-3.05.win32-py2.5.exe PyYAML]
 
*[http://pyyaml.org/download/pyyaml/PyYAML-3.05.win32-py2.5.exe PyYAML]
 +
 +
==Required Software - other versions ==
 +
* [http://www.python.org/download/ Python 2.5.1]
 +
* [http://www.pythonware.com/products/pil/ Python Imaging Library]
 +
*[http://www.amk.ca/files/python/crypto/pycrypto-2.0.1.tar.gz Python Cryptography Toolkit (source?)]
 +
*[http://pyyaml.org/download/pyyaml/ PyYAML]
  
 
==Additional Stuff==
 
==Additional Stuff==

Revision as of 19:05, 9 February 2008

Installing PyPRP

  1. Make sure you have a copy of Blender 2.45.
  2. Download and install everything listed under "Required Software" section.
  3. See the Getting PyPRP section.

Required Software - Windows version

Required Software - 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.2.0) and extract its contents 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.

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 export the Function Check Age, or you can get started on your own.