Changes between Version 5 and Version 6 of documentation/tutorials/PythonEventSystem

Show
Ignore:
Author:
robertc (IP: 202.68.89.228)
Timestamp:
01/09/08 13:28:45 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tutorials/PythonEventSystem

    v5 v6  
    55 
    66== Step 1: Setting up the Python environment == 
     7 
     8Make sure you've got the required Python support packages installed. For more information, see [wiki:documentation/PythonManual/Overview this page]. 
    79 
    810The first thing we need to do is initialise python in our application, once we have done this we can start executing scripts. We're going to make a PythonInterface class that will hide all the python intricacies.