[PyQt] com.apple.xbs Error-- Please help- Thank you

Barry Scott barry at barrys-emacs.org
Sun Mar 26 13:58:51 BST 2017


> On 26 Mar 2017, at 13:43, David Cortesi <davecortesi at gmail.com> wrote:
> 
> The code looks absolutely normal. The folder /Library/Caches/ should exist; the name suggests its contents would be transient, probably deleted when the app ends.
> 
> The filename contains the current date and time, again suggesting a nonce file soon deleted.
> 
> If you google the heart of the message, NSInternalInconsistencyException, you get hits that might be relevant.
> 
> But first, the only image related code is QIcon('exit.png'). That's what might not exist and so can't be cached. Try making the QAction without an icon to see if the issue goes away.

The code works with missing exit.png.

Maybe the exit.png is bad?

> 
> Also on Mac, the usual and expected quit accelerator is command-q, not command-e, and the menu item is always Quit or Quit appname.
> 
> 
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list