Skip to content

Fix access to Python binary modules from the build tree

Marco Clemencic requested to merge 240-fix-python-bin-module-access into master

Create a symlink to the built Python binary modules so that they can be imported as Package.Module (same as it is the case once they are installed).

Closes #240 (closed)

Merge request reports