Skip to content

Is it possible to convert "Shiny for python" to executable file using pyinstaller????? #8255

Discussion options

You must be logged in to vote

Well sys.stderr.write(f"Error: {module_path} not found\n") is a bug in Shiny. It's assuming that a console is available which isn't true for windowed applications. There should be an if sys.stderr is not None wrapper around that offending line.

Plus, what do you think is the best choice for developing desktop apps with Python? Is it PyQt?

I use PyQt. I don't particularly like it. It makes more sense than tkinter. It's more Windows-friendly than GTK. I've not really tried any others.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@HotWesley
Comment options

@bwoodsend
Comment options

@HotWesley
Comment options

@bwoodsend
Comment options

Answer selected by HotWesley
@HotWesley
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants