Changes between Version 5 and Version 6 of documentation/PythonManual/Overview
- Timestamp:
- 01/08/08 15:38:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/PythonManual/Overview
v5 v6 17 17 If 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. 18 18 19 On 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 19 21 The 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.