PYTHON INTERFACE DOWNLOADS
I no longer do updates for the older Python
versions 2.3, 2.4, 2.5
But you can still download these versions.
Use the Older Downloads button on the left to access them.
IMPORTANT NOTE.
On windows make sure you install for all users so that the Python
Installer copies the python DLL to the correct place.
Version 2.67.07 and
Version 2.73.06 (11/02/2014)
See the
PythonInterfaceVersionHistory.txt file below for information on changes
in these versions.
NOTES
1.
The first part of the plugin version now matches the version of Python
that the plugin was build against.
e.g. 2.66 means it was built against Python 2.66, this should avoid any
confusion.
The last part is my build number, this will change if any
updates or bug fixes are added.
2.
I do not support 3rd party scripts, please contact the script author for
support on their scripts.
3.
Please make sure you
have read the documentation below before using the pythoninterface
plugin.
NOTES ON DEBIAN SQUEEZE
This was submitted by Pekka Sarnila
Python_Library_Problem_Debian_Squeeze_Linux.txt
Documentation
PythonInterfaceVersionHistory.txt
PythonInterfaceDocuments.zip
The PythonInterfaceDocuments.zip
file contains the following pdf files.
PythonInterface_UserGuide.pdf
PythonInterface_SDKGuide.pdf
XplanePluginSDK.pdf
All users should read "PythonInterface_UserGuide.pdf"
Both "PythonInterface_SDKGuide.pdf"
and "XplanePluginSDK.pdf" should be read by any user that want to
program scripts to use with the PythonInterface plugin.
"PythonInterface_SDKGuide.pdf" has information on all the SDK functions
that are used by the PythonInterface plugin.
"XplanePluginSDK.pdf" is a pdf created from the SDK Reference section
for all modules.
NOTE
Always refer to the SDK documents first as that is the definitive
reference to the plugin SDK.
Script Files
PythonScripts.zip
These are the
Standard Examples and some of the Advanced Examples ported to python
from the plugin SDK examples.
There are also some misc. test scripts.
PI_VCTest.zip
This shows how to use
the VirtualCamera control module.
Use this in combination with PythonInterfaceToThePluginSDK.pdf to see
how all this works.
PythonInterfacePluginConsole.zip
NOTE
The functionality of this app is also available in the PythonInterface
plugin Control Panel.
This can be used to
debug startup script problems
It needs the support files below and is windows only.
If you are using this on win9x then you will need to clear the list box
every now and again.
This is because those versions of windows only have a 32K internal
buffer for the list box control.
BCBV6SupportFiles.zip
|