Python Interface

 

Up
AlphaTrainer
Command Line
DataRefSee
Flight Data Recorder
Goflight
Intellivibe
Logitech G15 Control
Pilot View
Position Aircraft
Python Interface
SBCommands
Virtual Camera
XTraffic
XObjTester
XWing

 

PYTHON INTERFACE PLUGIN

This is a project that allows python scripts to be run from Xplane.
I wrote this plugin after people showed an interest in using Python with our SDK.

The PythonInterface plugin is the mechanism that allows this to happen.
It uses python extending and embedding so that a script can be run and have access to all the functionality of our plugin SDK.

All of the plugin SDK has been wrapped and access to the modules is through the import statement.

The plugin has a control panel that allows scripts to be reloaded and also data can be send to the two list boxes.
It also has an option for enabling and disabling any script and another screen for script info.

Get the latest files here Python Interface Downloads.

You no longer need to set PYTHONPATH with the latest downloads.

Please read the PythonInterface_UserGuide.pdf for installation instructions.
This can be found in the Documentation section in the Downloads Info page.

A valid script must have a filename that has the "PI_" prefix.

e.g.

PI_HelloWorld.py

 

 

 

 

Up | AlphaTrainer | Command Line | DataRefSee | Flight Data Recorder | Goflight | Intellivibe | Logitech G15 Control | Pilot View | Position Aircraft | Python Interface | SBCommands | Virtual Camera | XTraffic | XObjTester | XWing

This page was last updated 18-Jul-2013 15:27:05 +0100