Thanks, your fix is in trunk. I'd like to see the gtk version and I am ok to you adding it to trunk but Ido not think we should add a new dependence.
Massimo On Feb 26, 10:13 am, José L. <[email protected]> wrote: > Hello, > I'm finishing the Debian packages for web2py (I hope to finish them this > weekend), and as the tk graphic interface in widget.py is really ugly on a > linux machine, I've done a gtk clone of this same interface. > Doing it , I've seen a bug in line 411 > ofhttp://code.google.com/p/web2py/source/browse/gluon/widget.py: > t1 = os.path.size('httpserver.log') > should be: > t1 = os.path.getsize('httpserver.log') > > On the other hand, Massimo, would you be interested in adding the gtk web2py > server interface to web2py? If not I'd just add it as a patch to the Debian > packages. > > Regards > > José L.

