Not seeing error; experienced eyes needed

Addison Elliott addison.elliott at gmail.com
Thu Apr 22 00:35:24 BST 2021


Your save and cancel methods are local functions defined in the constructor
(__init__). They are *not* class methods.

Dedent those methods (and their bodies) back once and it should work.

In Python, indentation matters.

On Wed, Apr 21, 2021 at 6:33 PM Rich Shepard <rshepard at appl-ecosys.com>
wrote:

> On Wed, 21 Apr 2021, Rich Shepard wrote:
>
> Code attached.
>
> Mea culpa!
>
> Rich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210421/be4e4242/attachment.htm>


More information about the PyQt mailing list