Using hy
causes some problems with regards to exporting the project
using pyinstaller
.
First, it is not possible to export using a hy
file directly. Instead,
one has to write a simple wrapper. The wrapper needs to do three
things:
- Import the
hy
mode - Import the
hy
script - Call a main or init function of the
hy
script