Python Language Binding for OpenAccess
From oacwiki
(Redirected from OasPython)
Contents |
1 Installing oasPython
The installation and environment set up for oasPython is described in the oaScript Quick Start Guide.
2 Refer to amd-init/python2.5/README
For instructions on how to use the Python binding, see file amd-init/python2.5/README in the oaScript release.
3 Use the PyDev IDE
While not strictly required, an Integrated Development Environment (IDE) makes coding easier. A separate article shows you how to set up PyDev IDE for Eclipse.
4 Enhancement Requests
The README file needs the following enhancements:
- At the top of the document, make sure to explain what you need to import:
import oa.base ...
- Mention that this is oasPython, which is different from oaPython. Add a reference to the oaPython documentation.

