Skip to content

is it logging or am I missing something? #5

Answered by ninest
jimbrayrcp asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for asking! I checked and it seems that I left a print statement before publishing. I just published aquaui version 0.0.1-2, which, from my testing, does not print anything.

Do note that you will still get some errors logged, as a result from the command osascript.

For example, if you run this code

from aquaui import Dialog, Buttons

Dialog("Do you want to").with_buttons(Buttons(["Go", "No"], default_button="Go", cancel_button="No")).show()

and press "No" on the dialog, or use the escape key to dismiss the dialog, you will see a message like

14:64: execution error: User cancelled. (-128)

I may remove these messages in a future version though

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jimbrayrcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants