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.

Enable '-o FILENAME' argument in --onefile mode

See original GitHub issue

Nuitka v0.6.14.7 errors when using -o FILENAME in --onefile mode. It would be nice to be able to specify the output filename.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
LdwgWffnschmdtcommented, Jun 9, 2021

Your changes (https://github.com/Nuitka/Nuitka/commit/14396da531d70c494680e27a7dc0ce8bc77b91ed) actually break specifying the output filename if you are not in onefile mode.

1reaction
kayhayencommented, Jun 4, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Spec Files - PyInstaller
Generate an external .exe.manifest file instead of embedding the manifest into the exe. Applicable only to onedir mode; in onefile mode, the manifest...
Read more >
Pyinstaller and --onefile: How to include an image in the exe file
I belive I found the solution to my problem. # -*- mode: python -*- a = Analysis(['AMOS_Visualizer.py'], pathex=['C:\\Users ...
Read more >
PyInstaller Documentation - Read the Docs
Equivalent to supplying the pathex argument in the spec file. ... mode; in onefile mode, the manifest is always embedded, regardless of this...
Read more >
Planning - GitHub
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, and...
Read more >
Ubuntu Manpage: nuitka - the Python compiler
--onefile On top of standalone mode, enable onefile mode. ... Output choices: -o FILENAME Specify how the executable should be named.
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