Impressive! It installed easily, using Ubuntu Software Manager (10.10). It said License: Unknown, Updates: Unknown, with no screenshot.
However, I did get an error on the examples app - maybe this is a known issue. ERROR TICKET FOR "EXAMPLES" TICKET ID 127.0.0.1.2011-02-28.21-12-16.61f00a22-ef12-405f-85f1-92c286cae4b9 VERSION web2py™ Version 1.92.1 (2011-02-16 15:04:40) Python Python 2.6.6: /usr/bin/python Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/gluon/restricted.py", line 188, in restricted exec ccode in environment File "/home/michael/web2py/applications/examples/controllers/ default.py", line 69, in <module> File "/usr/lib/pymodules/python2.6/gluon/globals.py", line 95, in <lambda> self._caller = lambda f: f() File "/usr/lib/pymodules/python2.6/gluon/cache.py", line 412, in <lambda> return lambda: cache_model(key, func, time_expire) File "/usr/lib/pymodules/python2.6/gluon/cache.py", line 184, in __call__ value = f() File "/home/michael/web2py/applications/examples/controllers/ default.py", line 11, in index return response.render() File "/usr/lib/pymodules/python2.6/gluon/globals.py", line 130, in render run_view_in(self._view_environment) File "/usr/lib/pymodules/python2.6/gluon/compileapp.py", line 471, in run_view_in restricted(ccode, environment, layer) File "/usr/lib/pymodules/python2.6/gluon/restricted.py", line 196, in restricted raise RestrictedError(layer, code, '', environment) RestrictedError ERROR SNAPSHOT <class 'gluon.restricted.RestrictedError'>() On Feb 28, 2:26 pm, José L. <jredr...@gmail.com> wrote: > Hello, > I've prepared the packages to install web2py in Debian or other Linux Debian > derivatives (as Knoppix, Ubuntu, Linex, etc.) > > The packages are available > at:http://people.debian.org/~jredrejo/web2py/lenny/for old releases with > python 2.5 as default python version. > > http://people.debian.org/~jredrejo/web2py/squeeze/for new releases with > python 2.6 or 2.7 > > Two packages are available: > python-gluon: with web2py libraries, needed to server web2py applications > using Apache or other web werver > python-web2py (depending on python-gluon) : with web2py rocket server and > admin, welcome and example applications. > > After installed, if a desktop environment (like KDE or Gnome) is used, > web2py can be run from the menu->development branch. > This will launch a gui to start the server, and the applications will be > stored in $HOME/web2py > > If web2py is launched from a terminal, the application will be stored in the > directory where it's launched from (whenever write permissions are allowed, > if not it will be done again at $HOME/web2py) > > A README.Debian is also installed at /usr/share/doc/web2py-gluon/ with more > details on running or installing web2py applications in Debian based > distributions, including documentation and an example configuration file to > use Apache. > > My plan is uploading these packages to Debian at the end of this week if > nobody complains with bugs, so I ask help to all the Debian/Ubuntu users in > this group to test it and tell me their opinion. > > Regards > José L.