@OJ: I will as soon as I get home if in the meantime nobody else will (still at work, no python available). We'll solve the issue in a moment.
On Thursday, February 28, 2013 1:29:14 PM UTC+1, OJ wrote: > > models/ is empty, controller/ - has appadmin.py, default.py and tests.py > > I deleted others but tests.py and still same result. I'm running into this > problem: > Traceback (most recent call last): > File "/home/test/web2py/web2py/gluon/main.py", line 543, in wsgibase > serve_controller(request, response, session) > File "/home/test/web2py/web2py/gluon/main.py", line 227, in > serve_controller > run_view_in(response._view_environment) > File "/home/test/web2py/web2py/gluon/compileapp.py", line 672, in > run_view_in > context=environment) > File "/home/test/web2py/web2py/gluon/template.py", line 785, in > parse_template > return str(TemplateParser(text, context=context, path=path, > lexers=lexers, delimiters=delimiters)) > File "/home/test/web2py/web2py/gluon/template.py", line 316, in __init__ > self.parse(text) > File "/home/test/web2py/web2py/gluon/template.py", line 756, in parse > self.extend(extend) > File "/home/test/web2py/web2py/gluon/template.py", line 471, in extend > text = self._get_file_text(filename) > File "/home/test/web2py/web2py/gluon/template.py", line 436, in > _get_file_text > filename = eval(filename, context) > File "<string>", line 1, in <module> > NameError: name 'base' is not defined > > I followed Massimos example carefully. If you do the same, is everything > working in your machines? > > -Oj > > On Thursday, February 28, 2013 6:57:33 AM UTC+2, rh wrote: >> >> On Wed, 27 Feb 2013 13:15:22 -0800 (PST) >> OJ <[email protected]> wrote: >> >> > Massimo, sorry for stalking you, but could you (or somebody) make >> > this work: >> > >> > >> > I cant even debug it to work. It seems (for me) that web2py is too >> > smart for me to do simple application :) Sorry for bothering you guys. >> >> What errors do you get? >> >> -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

