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 of http://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.

