Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --include-data-dir option #16

Open
Erriez opened this issue Mar 27, 2023 · 4 comments
Open

Add --include-data-dir option #16

Erriez opened this issue Mar 27, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Erriez
Copy link
Contributor

Erriez commented Mar 27, 2023

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.

@kayhayen kayhayen self-assigned this Mar 28, 2023
@kayhayen
Copy link
Member

Yes, that is missing too, going to add it.

@kayhayen kayhayen added the bug Something isn't working label Mar 28, 2023
@Erriez
Copy link
Contributor Author

Erriez commented Mar 28, 2023

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?

@kayhayen
Copy link
Member

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.

@kayhayen
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants