Include whole directory structure in standalone
See original GitHub issueI am writing a game in pygame that I would like to package using Nuitka. However, it requires large amounts of images stored in a directory structure that need to be copied to the build output. There is the main images folder, which then has several subdirectories containing images (and sometimes more subdirectories within the subdirectory). Is there an easy way to accomplish this? I know you can use --include-data-file
, however it would take a long time to go through and add each subdirectory…
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Copying Directory Structures without Files in Windows
How to clone directory structures in Windows using graphical freeware tools, the FreeCommander file manager, or from the command-line.
Read more >For stand-alone exe, how do I include a folder of files and ...
I have a folder of files I have added to a stand-alone exe. I have been using Desktop->WindowsStandAloneApplication -> Build. There is a...
Read more >Making a (simple) directory tree - TeX - LaTeX Stack Exchange
\documentclass[border=5pt]{standalone} \usepackage{forest} ... The key folder tree indent=<dim> sets how much the icon goes inside the tree and folder ...
Read more >What is the project directory structure for a standalone Java ...
Show activity on this post. A commonly used structure is the following: src - contains all your source files, and possibly the following...
Read more >Understanding the Oracle HTTP Server Directory Structures
This appendix describes the directory structure that will be created on your ... configuration of Oracle HTTP Server, in a standalone domain, is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Using quotes is really required, your shell should never see those patterns, Nuitka will not like the result.
Thanks for doing the research. I will make an enhancement one I find the time, that adds the new option. Even if it were possible with current means, it would still be ugly and unlike to be discovered.
Yours, Kay
Part of the 0.6.14 release.