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.

Nuitka one file standalone option

See original GitHub issue

Project description: Nuitka has a mode meant for distribution to another system that puts everything needed in a single folder.

One complaint often raised is that it’s a folder rather than a single file, for alternative packaging methods, e.g. py2exe and pyinstaller, these do actually exist, and this project would be about integrating with that.

In a first stage, you would identify the code of these tools that is doing it and try to port it to Nuitka for one or more platforms.

Skills: Python programming, Linux and/or Windows installs of Python, both would be great.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:12
  • Comments:79 (59 by maintainers)

github_iconTop GitHub Comments

6reactions
psytroncommented, Apr 13, 2020

+1 for --onefile. This would be amazing! The current --standalone option is nice, but if the app is moved to another directory it doesn’t work anymore…

5reactions
PttCodingMancommented, Apr 27, 2020

I would love this one file standalone option.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can I create single file executable with nuitka? - Stack Overflow
I tried --portable and --standalone option but they does not seem to work. And can anyone please explain me what is the --recurse-all...
Read more >
User Manual - Nuitka
No information is available for this page.
Read more >
Ubuntu Manpage: nuitka - the Python compiler
--onefile In case of standalone mode, enable single file mode. This means not a folder, but a compressed executable is created and used....
Read more >
Python: Compile standalone executable with nuitka
So nuitka compile python code into an executable. ... It will generate a file called hello.bin in the same directory you run the...
Read more >
nuitka3(1) — nuitka — Debian unstable
On top of standalone mode, enable onefile mode. This means not a folder, but a compressed executable is created and used. Defaults to...
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