Before running these Python scripts, make sure that GeopsyPyCoreWave library is in PYTHONPATH

PYTHONPATH=/usr/local/Geopsy.org/3.5/Qt-6.5/Debug/python

The C++ compilation produces library libGeopsyPyCoreWave.so. The name of the library must match the module name.
Create a python directory and copy Python modules by renaming the library

cp /usr/local/Geopsy.org/3.5/Qt-6.5/Debug/lib/libGeopsyPyCoreWave.so /usr/local/Geopsy.org/3.5/Qt-6.5/Debug/python/GeopsyPyCoreWave.so

Symbolic links are not accepted by Python (tested with 3.7).
