File: README.md

package info (click to toggle)
libgnatcoll-bindings 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,412 kB
  • sloc: ada: 18,696; python: 1,597; ansic: 1,422; cpp: 581; makefile: 147; sh: 114
file content (23 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.