So my next question is, if there is possibility to include my own scripts to new web2py, that I downloaded for mac. Its single file app and when I tried to see inside the package, I can't find gluon directory there. Is it possible or should I use source code and drop own scripts to gluon directory?
Thanks for patience. -Marko maanantai, 7. toukokuuta 2012 13.38.05 UTC+3 mmstud kirjoitti: > > 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? >> >

