I make some comments about this here: https://github.com/mdipierro/gluino
If you like web2py I strongly recommend straight web2py. You lose lots of features and you loose the promise of backward compatibility using other frameworks. You would also be using something new and poorly tested. I can also tell you each one of those frameworks done something weird that first of all you have to face. Anyway, if you have simple app with lots of models, bottle+gluino may be faster than web2py because models are executed only ones and not at every request. It is hard to compile apples to apples since web2py has conditional models. On Thursday, 15 March 2012 01:50:05 UTC-5, Andrew wrote: > > When would I choose something like Bottle over using straight web2py? > What's the difference from bottle with gluino, and web2py? > > Martin M, you used to have bottle on your blog site. I went to have a > look but it's gone. > > So many choices !? > > Thanks > > Andrew > > > On Mar 14, 4:22 pm, Bruno Rocha <rochacbr...@gmail.com> wrote: > > Amazing! just installed using easy_install on windows! > > > > *c:\Python27\Scripts>easy_install.exe gluino* > > Searching for gluino > > Readinghttp://pypi.python.org/simple/gluino/ > > Readinghttps://github.com/mdipierro/gluino > > Best match: Gluino 0.1 > > Downloadinghttp:// > pypi.python.org/packages/source/G/Gluino/Gluino-0.1.tar.gz#md > > 5= > > 89d645322f6a0af56f80ba8df6f84e34 > > Processing Gluino-0.1.tar.gz > > Running Gluino-0.1\setup.py -q bdist_egg --dist-dir > > c:\users\rochac~1\appdata\lo > > cal\temp\easy_install-qcludi\Gluino-0.1\egg-dist-tmp-m_pspc > > zip_safe flag not set; analyzing archive contents... > > gluino.custom_import: module references __file__ > > Adding gluino 0.1 to easy-install.pth file > > > > Installed c:\python27\lib\site-packages\gluino-0.1-py2.7.egg > > Processing dependencies for gluino > > Finished processing dependencies for gluino > > > > c:\Python27\Scripts>python > > Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit > (Intel)] > > on win > > 32 > > Type "help", "copyright", "credits" or "license" for more information. > > *>>> from gluino import ** > > No handlers could be found for logger "web2py" > > > > > > > > > > > > > > > >