question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Include whole directory structure in standalone

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kayhayencommented, Mar 15, 2021

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

0reactions
kayhayencommented, Apr 16, 2021

Part of the 0.6.14 release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found