Skip to content

Can't hide/remove console even with arguments #8777

Answered by rokm
Iuryck asked this question in Help
Discussion options

You must be logged in to vote
exe = EXE(
   ...
   console=True,
   ...
)

Surely setting console=False should be a good start?

Otherwise, I imagine that your Build with PyInstaller creates a noconsole build, and then you overwrite the spec (or rather, you seem to be appending to it?), and if your effective spec is what you have shown us, then Recompile with .spec overwrites the previous noconsole build with a console one.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
1 reply
@Iuryck
Comment options

Comment options

You must be logged in to vote
10 replies
@rokm
Comment options

@Iuryck
Comment options

@rokm
Comment options

@rokm
Comment options

@Iuryck
Comment options

Answer selected by Iuryck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants