| Home | Trees | Indices | Help |
|
|---|
|
|
Python support
|
|||
| py_taskgen | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
EXT_PY = ['.py']
|
|||
|
|||
|
|
|
|
Check for headers and libraries necessary to extend or embed python. If successful, xxx_PYEXT and xxx_PYEMBED variables are defined in the environment (for uselib). PYEXT should be used for compiling python extensions, while PYEMBED should be used by programs that need to embed a python interpreter. Note: this test requires that check_python_version was previously executed and successful.
|
Check if the python interpreter is found matching a given minimum version. minver should be a tuple, eg. to check for python >= 2.4.2 pass (2,4,2) as minver. If successful, PYTHON_VERSION is defined as 'MAJOR.MINOR' (eg. '2.4') of the actual python version found, and PYTHONDIR is defined, pointing to the site-packages directory appropriate for this python version, where modules/packages/extensions should be installed.
|
Check if the selected python interpreter can import the given python module.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Aug 3 22:22:49 2008 | http://epydoc.sourceforge.net |