Once you have created your GUI form, you save your project, then generate the Python GUI module and then the support module.
Click on the Gen_Python menu item on the main PAGE form, then select "Generate Python GUI". Save the module, then click again on "Gen_Python" menu item, then select the second option "Generate Support Module". Save that file and you are done.
Make sure when you write your code to "glue" the widgets to the code, that you do it in the Support module, not the GUI module.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PAGE generates great code for python, BUT HOW TO USE IT if python itself doesn't have the "ui_support" module!
Once you have created your GUI form, you save your project, then generate the Python GUI module and then the support module.
Click on the Gen_Python menu item on the main PAGE form, then select "Generate Python GUI". Save the module, then click again on "Gen_Python" menu item, then select the second option "Generate Support Module". Save that file and you are done.
Make sure when you write your code to "glue" the widgets to the code, that you do it in the Support module, not the GUI module.