Skip to content Skip to sidebar Skip to footer

Npyscreen - Errors Raised With The Use Of NPSAppManaged.switchForm(formid) With FormBaseNew Key Handler

I'm experiencing some issues with the use of the NPSAppManaged.switchForm(formid) method. I am attempting to create a welcome screen (refer to 'systemWelcomeScreenForm') which uses

Solution 1:

Found the issue.

    def change_form(self, name):

should be

    def change_form(self, name, *args, **keywords):

Post a Comment for "Npyscreen - Errors Raised With The Use Of NPSAppManaged.switchForm(formid) With FormBaseNew Key Handler"