Changes between Version 5 and Version 6 of documentation/PythonManual/Overview

Show
Ignore:
Author:
lloydw (IP: 192.168.0.1)
Timestamp:
01/08/08 15:38:28 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual/Overview

    v5 v6  
    1717If you're developing on Windows you can [attachment:rocket_support.zip?format=raw download] our pre-built support package which includes both of these libraries. 
    1818 
     19On other platforms you'll need to install and compile both the libraries and then update config.py (in the build directory) with the relevant paths before attempting to compile any python related code. See README.TXT in the samples folder for more information. 
     20 
    1921The best place to start exploring RocketPython is to look at the PyInvaders sample application which is a reword of the standard Invaders sample but with python support. There is also a step by step [wiki:documentation/tutorials/PythonEventSystem tutorial] describing the steps taken to do the conversion.