Re: [web2py] uWSGI and routes.py

2012-08-02 Thread Massimo Di Pierro
Please tell us more so we can address the issue. On Thursday, 2 August 2012 11:55:52 UTC-5, Marek Mollin wrote: > > For me it had. > I can look into it. Something with languages. > > I just honour time and decided to go with stable admin as it fixed issues. > > W dniu czwartek, 2 sierpnia 2012 17:

Re: [web2py] uWSGI and routes.py

2012-08-02 Thread Marek Mollin
For me it had. I can look into it. Something with languages. I just honour time and decided to go with stable admin as it fixed issues. W dniu czwartek, 2 sierpnia 2012 17:06:15 UTC+2 użytkownik Massimo Di Pierro napisał: > > Why trunk but admin from table? Are you saying admin from trunk has bu

Re: [web2py] uWSGI and routes.py

2012-08-02 Thread Massimo Di Pierro
Why trunk but admin from table? Are you saying admin from trunk has bugs? On Thursday, 2 August 2012 09:32:49 UTC-5, Marek Mollin wrote: > > I can give some answer. Ran into the same issue but decided to not bother > with logging instead switched to use trunk version(+admin from stable) and > it

Re: [web2py] uWSGI and routes.py

2012-08-02 Thread Marek Mollin
I can give some answer. Ran into the same issue but decided to not bother with logging instead switched to use trunk version(+admin from stable) and it works perfectly fine. So whatever that was it now seems fixed. W dniu czwartek, 2 sierpnia 2012 05:39:03 UTC+2 użytkownik Massimo Di Pierro nap

Re: [web2py] uWSGI and routes.py

2012-08-01 Thread Massimo Di Pierro
Any news about this issue? Did you turn on logging? On Sunday, 22 July 2012 09:04:51 UTC-5, Alec Taylor wrote: > > When I start the uwsgi server and have the routes.py in place, I get > the problems. > > However, when I start the uwsgi server, then add in the routes.py, > then go to admin and c

Re: [web2py] uWSGI and routes.py

2012-07-28 Thread Jonathan Lundell
On 27 Jul 2012, at 10:40 PM, Massimo Di Pierro wrote: > Any news about this? Is the problem reproducible? Have you tried trunk? > > I suspect this may be a path issue and for some reason at startup web2py > looks in the wrong place. > @Jonathan, do you agree? Could you suggest a test to detec

Re: [web2py] uWSGI and routes.py

2012-07-27 Thread Massimo Di Pierro
Any news about this? Is the problem reproducible? Have you tried trunk? I suspect this may be a path issue and for some reason at startup web2py looks in the wrong place. @Jonathan, do you agree? Could you suggest a test to detect is this is the case? massimo On Sunday, 22 July 2012 09:04:51

Re: [web2py] uWSGI and routes.py

2012-07-22 Thread Alec Taylor
When I start the uwsgi server and have the routes.py in place, I get the problems. However, when I start the uwsgi server, then add in the routes.py, then go to admin and click "reload routes"; it all works. On Sun, Jul 22, 2012 at 7:09 PM, Neil wrote: > Well, I got routes.py logging working, bu

Re: [web2py] uWSGI and routes.py

2012-07-22 Thread Neil
Well, I got routes.py logging working, but today I can't reproduce any of my strange behaviour from yesterday. I have no idea what could have been causing it. I was moving around a lot between different servers/configurations/domains/webfaction applications, so perhaps something was being cache

Re: [web2py] uWSGI and routes.py

2012-07-21 Thread Jonathan Lundell
On 21 Jul 2012, at 1:38 PM, Neil wrote: > I can confirm that I can't reproduce the behaviour using the same web2py code > locally with Rocket on windows. Also, I tried adding: > > logging = 'debug' > > and > > default_ logging = 'debug' > > to routes.py, and I couldn't get any logged info

Re: [web2py] uWSGI and routes.py

2012-07-21 Thread Jonathan Lundell
On 21 Jul 2012, at 1:38 PM, Neil wrote: > I can confirm that I can't reproduce the behaviour using the same web2py code > locally with Rocket on windows. Also, I tried adding: > > logging = 'debug' > > and > > default_ logging = 'debug' > > to routes.py, and I couldn't get any logged info

Re: [web2py] uWSGI and routes.py

2012-07-21 Thread Neil
I can confirm that I can't reproduce the behaviour using the same web2py code locally with Rocket on windows. Also, I tried adding: logging = 'debug' and default_ logging = 'debug' to routes.py, and I couldn't get any logged info (on either platform). Neil On Saturday, July 21, 2012 7:0

Re: [web2py] uWSGI and routes.py

2012-07-21 Thread Jonathan Lundell
On 21 Jul 2012, at 10:47 AM, Jonathan Lundell wrote: > > On 21 Jul 2012, at 7:42 AM, Massimo Di Pierro wrote: >> Is this reproducible? Can you check if you get the same problem with stable? > > Please try enabling router logging. In routes.py, there is (or should be) a > line like this: > > lo

Re: [web2py] uWSGI and routes.py

2012-07-21 Thread Jonathan Lundell
On 21 Jul 2012, at 7:42 AM, Massimo Di Pierro wrote: > Is this reproducible? Can you check if you get the same problem with stable? Please try enabling router logging. In routes.py, there is (or should be) a line like this: logging = 'debug' Try setting it to 'info', which is IIRC the default

[web2py] uWSGI and routes.py

2012-07-21 Thread Alec Taylor
Does uWSGI work with routes.py? The section in chapter 1 of the "web2py Application Development Cookbook" didn't mentioned routes... But when I copied my routes.py over and started the uWSGI server, I became unable to get to any page apart from the `/admin/` ones. I couldn't even access the we