Changes from Version 1 of documentation/PythonManual/Overview

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

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual/Overview

    v0 v1  
     1= Rocket Python Overview = 
     2 
     3RocketPython can be used in an application that extends or embeds Python. The only limitation is that your application initialises Rocket with the necessary System and Render interfaces, but these can easily be done from a custom Python module. 
     4 
     5To start using RocketPython simply import the module as you would any other extension. RocketPython will then plug itself into the running Rocket instance. It is important to import RocketPython before you create any Rocket Contexts, Documents or Elements otherwise you will not have access to these items from Python. 
     6 
     7For a full list of accessable classes and methods please see the RocketPython [wiki:documentation/PythonManual/APIReference API Reference].