On 27 May, 2013, at 17:26, Charles Hartman <co...@conncoll.edu> wrote:

> I'm coming back to all of this after years away, so I'm sure I'm missing 
> something simple.  I've brought an old app into the current world: 
> 
>    Python 2.7.5
>    OS 10.8.3
>    wxPython 2.9.4.0
>    py2app 0.7.3
> 
> and I rebuilt my setup.py to current specifications.  The resulting app works 
> fine (though it's enormous!), but it won't respond to a Quit command 
> (keyboard or menu).  The menu-bar header (with my app's name) flashes, but 
> nothing else happens.

This might be caused by an unhandled exception. Have you tried running the app 
from the command-line (yourapp.app/Contents/MacOS/yourapp)?

Ronald
> 
> Thanks for any help.
> 
> 
> -- 
> 
> Charles O. Hartman
> Poet in Residence
> Lucy Marsh Haskell '19 Professor of Literatures in English
> oak.conncoll.edu/cohar
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to