Sorry, it seems gluon.htmlextended was my own script...
maanantai, 7. toukokuuta 2012 10.42.40 UTC+3 mmstud kirjoitti: > > Sorry to multiple posts recently. I'm trying to update web2py app, and my > next problem is, that gluon module seems to have updated so its not working > with my old app now. I'm importing with next lines: > > from gluon.htmlextended import TableForm, DivForm, INPUT, SubmitButton, > ResetButton, InputButton, BUTTON, Select, SELECT, OPTION, CheckBox, > TextArea, Hidden > from gluon.validators import * > from gluon.sanitizers import * > from gluon.formactions import * > > How this should be changed to get things working properly? >