Enable '-o FILENAME' argument in --onefile mode
See original GitHub issueNuitka 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:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top 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 >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
Your changes (https://github.com/Nuitka/Nuitka/commit/14396da531d70c494680e27a7dc0ce8bc77b91ed) actually break specifying the output filename if you are not in onefile mode.
Done, https://nuitka.net/doc/factory.html