Hello! There's a typo in documentation:
menus = basic_menus(include = file_cmds + prefs_cmds) Should be: menus = basic_menus(include = file_cmds + pref_cmds) And `pref_cmds` should be also imported [1]: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/version/Doc/customising-standard-menus.html _______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
