TypeError : module() takes at most 2 arguments (3 given)

import pyforms
from pyforms import basewidget
from pyforms.controls import ControlButton
from pyforms.controls import ControlText

class MainPage(basewidget):

when i run the program it rises a TypeError:
class Main_Page(basewidget):
TypeError: module() takes at most 2 arguments (3 given )
i don’t know how to fix this one.
-the tutorial that i follow is on this page-
https://pyforms.readthedocs.io/en/latest/getting-started/the-basic/

I’m afraid you might ask in the wrong place. This is the PyTorch Forum, not the PyForms Forum.

Best of luck resolving this issue :slight_smile: