Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 504487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:30:07+00:00 2026-05-13T06:30:07+00:00

Is there an easy way to get any more control over the py2app traceback

  • 0

Is there an easy way to get any more control over the py2app traceback dialogs, or just a nice way to display GUI messages?

If I raise an exception in my py2app script, I get a dialog that says something like this:

MyAppName Error

MyAppName Error

An unexpected error has occurred during execution of the main script

MyRaisedError: This is the text that I can control when I raise the error.

It has Open Console and Terminate buttons. My script needs to check if a certain DVD is in the drive, if it’s not, I want to show an error dialog and quit. I would like to have more control over it than this, as I can only change some of the text and can’t control the buttons.

I tried calling osascript to do ‘display dialog’ via applescript, but it gave me an error like this: 0:19: execution error: No user interaction allowed. (-1713) I don’t particularly like this way of doing it, but if it’s all I can do…

I would really prefer not to include a big project like Cocoa Dialogs or something like a PyObjC project… the script itself is very tiny and I can’t see adding 10x the meat of my script just to get the dialog.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T06:30:07+00:00Added an answer on May 13, 2026 at 6:30 am

    Instead of using osascript, you can call display dialog via py-appscript which, if you don’t already have it in your python site-library, can be installed via easy_install. This example works inside of a py2app-generated app:

    #!/usr/bin/env python
    from osax import *
    import py2app
    
    def doit():
        sa = OSAX()
        sa.display_dialog("Python says hello!",
                buttons=["Hi!", "Howdy!", "Duuuude!"],
                default_button=3)
    
    if __name__ == '__main__':
        doit()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given a Python object of any kind, is there an easy way to get
Is there an easy way to get a conflict summary after running a cvs
Is there an easy way to get the type of line ending that the
Is there an easy way to iterate over an associative array of this structure
Is there an easy way in C# to create Ordinals for a number? For
Is there an easy way to produce MSDN-style documentation from the Visual Studio XML
Is there an easy way to avoid dealing with text encoding problems?
Is there an easy way to tell if a ruby script is already running
Is there an easy way to set the zoom level for a windows form
Is there an easy way to read an entire Access file (.mdb) into a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.