I am trying this with the nightly build (since it didnt work in stable) and get the following exception Is this just related to the windows build ? please advise.
web2py™(2, 0, 0, datetime.datetime(2012, 7, 26, 13, 52, 14), 'dev')PythonPython 2.7: C:\web2py\web2pynew\web2py\web2py.exeTRACEBACK 1. 2. 3. 4. 5. 6. Traceback (most recent call last): File "gluon/restricted.py", line 205, in restricted File "C:/web2py/web2pynew/web2py/applications/tsowelcometest/models/00main.py" <http://127.0.0.1:8000/admin/default/edit/tsowelcometest/models/00main.py>, line 10, in <module> File "gluon/custom_import.py", line 295, in __call__ ImportError: No module named sqlhtml ERROR SNAPSHOT [image: help] <type 'exceptions.ImportError'>(No module named sqlhtml) On Thursday, July 26, 2012 2:56:10 PM UTC-5, Nomad wrote: > > > > On Monday, July 23, 2012 7:02:47 PM UTC-5, Martin.Mulone wrote: >> >> I want to share this two applications* >> >> Bootstrap welcome application* >> >> I made my own welcome scatfold app, using twitter bootstrap template. My >> version is more like from the example template. >> Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you >> can test here <http://testbootstrap.tecnodoc.com.ar/>. >> >> *User Panel Admin* >> >> An application to administer the auth_user table. You can add, remove, >> activate users/ add groups, also add users to groups and so on. >> https://bitbucket.org/mulonemartin/usersadmin >> >> >> >> --