Nuitka-Action
Nuitka-Action copied to clipboard
Add --include-data-dir option
I'm creating a Pyside6 application for deployment and would like to use the following command:
$ python -m nuitka --onefile --enable-plugin=pyside6 --include-data-dir=images=images main.py
The option --include-data-dir
is needed to include images for the application, but is currently missing.
Yes, that is missing too, going to add it.
I already implemented this in my fork, but noticed that Nuitka build process on Github Actions is broken and confirmed here.
Please notice that the build status section https://github.com/Nuitka/Nuitka-Action#some-example-projects is outdated.
Additionally, package nuitka==0.9.4
is removed from section https://github.com/Nuitka/Nuitka-Action#python-and-package-dependencies.
Do you have a recent and simple virtualenv PySide6==6.4.3
working with Github Actions?
I think, the GitHub Actions Python being a problem is best tracked in the Nuitka issue you are citing.
Regarding the status, I am looking into this now. Not sure what you mean by outdated.
I updated the requirements mentioned, but I won't update the status section. I think @jimkring has the ownership of these, but may not be ready to e.g. add my own test projects there. Which I need to check still.