Files
gnatcoll-bindings/python3
Adrien Boulanger 45aaa42efc TC15-079: Remove forbidden flags METH_OLDARGS
METH_OLDARGS (0x0, i.e. no flag) was obsolete in python2
and is forbidden with python3.

(no-precommit-check)
Change-Id: I576042492d74ca69bd59ed6ea6264cb7562c650f
2021-02-12 11:18:02 +01:00
..
2020-05-27 07:00:24 +00:00
2020-05-27 07:00:24 +00:00
2020-05-27 07:00:24 +00:00

The GNAT Components Collection (GNATCOLL) - Python

This is the Python component of the GNAT Components Collection.

Standard interface to the Python 3 interpreter. NOTE: This binding is not compatible with Python 2.

Dependencies

This component requires the following external components, that should be available on your system:

  • gprbuild
  • gnatcoll-core
  • Python 3, at least version 3.7, but the most recent available version of Python 3 from www.python.org is recommended.

NOTE for Windows users: if you are installing the official distrib, you should install it in "just for me" mode, otherwise the python DLL will be placed in C:\Windows\System32 folder and it will result in shared library's link failure. The workaround in this case is to copy it by hand back to python install dir.