Nuitka/Nuitka-Action

Add --include-module option

GOOD-AN opened this issue · 2 comments

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.

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.

I apologize for not being clear, I added the include-module parameter when using Nuitka Actions, but when I actually ran it, the output instructions did not have this parameter, the screenshot is as follows:

Configuration file:
image

Output:
image