Re: [web2py] Re: Setting up examples (views/controllers)

2014-02-03 Thread Austin Taylor
Created a new test app and it worked. I must have messed up the kand app somehow. Really appreciate your help and quick replies! On Sunday, February 2, 2014 10:13:38 PM UTC-5, LightDot wrote: > > Basically, the files you need to have are: > > applications/kand/controllers/template_examples.py > a

Re: [web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread LightDot
Basically, the files you need to have are: applications/kand/controllers/template_examples.py applications/kand/views/template_examples/variables.html Then simply visit http:127.0.0.1/kand/template_examples/variables Post your current directory structure if you can't get it to work. There is no

Re: [web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread Ovidio Marinho
make a package of your app (. W2P) and send us the particular email. To look better, there is something wrong with your file structure al. Ovidio Marinho Falcao Neto ITJP.NET.BR ovidio...@gmail.com itjp.net...@gmail.com

Re: [web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread Austin Taylor
Tried that here is the result: On Sunday, February 2, 2014 8:54:25 PM UTC-5, Ovidio Marinho wrote: > > 1) in Views: > 2) Remove views/views/template_examples/variables.html > 3) create templa

Re: [web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread Ovidio Marinho
1) in Views: 2) Remove views/views/template_examples/variables.html 3) create template_examples/variables.html Only. Ovidio Marinho Falcao Neto ITJP.NET.BR ovidio...@gmail.com itjp.net...@gmail.com Brasil 2014-02-0

Re: [web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread Austin Taylor
On Sunday, February 2, 2014 8:44:47 PM UTC-5, Ovidio Marinho wrote: > > in views: > > create template_examples/variables.html no > views/template_examples/variables.html, but is > views/v

Re: [web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread Ovidio Marinho
in views: create template_examples/variables.html no views/template_examples/variables.html, but is views/views/ template_examples/variables.html. Ovidio Marinho Falcao Neto ITJP.NET.BR ovidio...@gmail.com itjp.net...@gmail.com

[web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread Austin Taylor
Same error: invalid function (views/template_examples) On Sunday, February 2, 2014 4:03:24 PM UTC-5, Massimo Di Pierro wrote: > > The view should be > > views/template_examples/variables.html > > On Sunday, 2 February 2014 11:21:30 UTC-6, Austin Taylor wrote: >> >> >> I've tried some of the exampl

[web2py] Re: Setting up examples (views/controllers)

2014-02-02 Thread Massimo Di Pierro
The view should be views/template_examples/variables.html On Sunday, 2 February 2014 11:21:30 UTC-6, Austin Taylor wrote: > > > I've tried some of the examples on the site and created a function in my > controllers folder. > > Controllers folder I have template_examples.py with a function called