Add --include-module option
GOOD-AN opened this issue · 2 comments
GOOD-AN commented
I'm creating an application with the apscheduler library, but since the package cannot include apscheduler.triggers.date, I need the following command:
$ python -m nuitka --standalone --include-module=apscheduler.triggers.date main.py
However, when it is actually used, the command is missing.
kayhayen commented
It's not at all clear, what you are trying to say. This might be a misguided report. I do not know if this is for Nuitka Actions or Nuitka.
GOOD-AN commented