
cd /adaprojects/MINGW631/libadalang-gps-src
python ada/manage.py generate
-- --------------------------------------------------------------------------------------------------------------------
$ python ada/manage.py generate
Generating source for libadalang...
Compiling the grammar...
Compiling properties...
Prepare code emission...
File setup...
Generating sources...
Compiling the quex lexer specification
Generation complete!
-----------------------------------------------------------------------------------------------------------------------
python ada/manage.py build
python ada/manage.py install C:/MinGW64/6.3.1/mingw

cd /d C:\ADAPROJECTS\MINGW631\python
python -m pdb test.py
-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
H:\>python
Python 2.7.13 (default, Jul 21 2017, 10:30:54) [gcc] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import libadalang
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python\lib\site-packages\libadalang.py", line 16, in <module>
    "libadalang.{}".format(so_ext)
  File "C:\Python\lib\ctypes\__init__.py", line 440, in LoadLibrary
    return self._dlltype(name)
  File "C:\Python\lib\ctypes\__init__.py", line 362, in __init__
    self._handle = _dlopen(self._name, mode)
TypeError: LoadLibrary() argument 1 must be string, not unicode
>>> exit()
