Re: [web2py] Cannot Get Trivial routes.py Working

2011-01-23 Thread Art Zemon
On 01/23/2011 11:38 AM, Jonathan Lundell wrote: Did you restart web2py? Jonathan, That was it, THANK YOU! A quick Apache restart cured my ills. I didn't realize that, when running web2py behind WSGI, the routes.py file was only read once. -- Art Z. -- Art Zemon, President Hen's Teeth

Re: [web2py] Cannot Get Trivial routes.py Working

2011-01-23 Thread Jonathan Lundell
This is an older feature. Should work. On Jan 23, 2011, at 11:37 AM, Kenneth Lundström wrote: > As it was my first error I´ll pass it on to you. What version of web2py are > you using. If not trunk then the new router does not work as it is in beta > still. > > Otherwise will´ll have till w

Re: [web2py] Cannot Get Trivial routes.py Working

2011-01-23 Thread Jonathan Lundell
Did you restart web2py? A quick test is to insert a Python syntax error to make sure the file is being processed. On Jan 23, 2011, at 11:19 AM, Art Zemon wrote: > Help! I feel like a dolt. I have a trivial routes.py installed in > DOCROOT/web2py/routes.py: > #!/usr/bin/python

Re: [web2py] Cannot Get Trivial routes.py Working

2011-01-23 Thread Kenneth Lundström
As it was my first error I´ll pass it on to you. What version of web2py are you using. If not trunk then the new router does not work as it is in beta still. Otherwise will´ll have till wait for more wiser guys. Kenneth Help! I feel like a dolt. I have a trivial routes.py installed in DOCRO