Not sure I understand your question. You can propose inclusion of your script into web2py. You need to send me a contributor agreement and a copy of your script by email.
You do not need to include your script in web2py to use it. You need to put it in the modules/ folder of the application the needs or in the web2py.site-packages application. In the latter case all apps see it but they will not package it. Hope this helps. On Monday, 7 May 2012 06:26:06 UTC-5, mmstud wrote: > > 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? >>> >>

