Re: [web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-22 Thread weheh
Sorry, I may have not have gotten the most recent ticket traceback. It is now this: S'Traceback (most recent call last):\n File "I:\\web2py\\gluon\\restricted.py", line 212, in restricted\nexec ccode in environment\n File "I:\\web2py\\applications\\admin\\controllers/default.py", line 16

Re: [web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-22 Thread weheh
@Niphlod: I had just found the from __future__ import with_statement in a stack overflow thread. I tried it out and now it seems the problem moves downstream. I'm still getting the endless ticket, but when I pick out the traceback, it looks like this: S'Traceback (most recent call last):\n Fil

Re: [web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-22 Thread Niphlod
@weheh: try to edit admin/controllers/default.py putting from __future__ import with_statement at the top On Saturday, March 22, 2014 1:42:38 PM UTC+1, Niphlod wrote: > > I've always been the one pushing for dropping support for 2.4-2.5, and I > got back always "no, we'll keep 2.5". > > Seems

Re: [web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-22 Thread Niphlod
I've always been the one pushing for dropping support for 2.4-2.5, and I got back always "no, we'll keep 2.5". Seems that without any official statement we're dropping support for 2.5, due to https://github.com/web2py/web2py/blob/master/applications/admin/controllers/default.py#L807 On Saturda

Re: [web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-22 Thread weheh
Michele - Thanks for the suggestions. Moving to python 2.7 opens another can of worms because of a module I'm using that isn't ported to 2.7. So that test must wait until very last. However, I did remove .pyc all around, but still no go -- same problem. On Saturday, March 22, 2014 5:11:42 PM UT

Re: [web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-22 Thread Michele Comitini
Did you try using python 2.7? Did you try removing all .pyc around? find web2py -type f -name '*.pyc' -exec rm -v {} + ; 2014-03-22 9:54 GMT+01:00 weheh : > The problem clearly has to do with python not recognizing the "with" > statement. I tried retrieving an older version of /admin followed by

[web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-22 Thread weheh
The problem clearly has to do with python not recognizing the "with" statement. I tried retrieving an older version of /admin followed by a complete clean wipe and then re-install of python 2.5.4. The problem persists. Not sure what to do next. Any suggestions? -- Resources: - http://web2py.c

[web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-21 Thread weheh
Thanks PN and Dave. I neglected to mention that visiting a ticket just generates another ticket, so inspecting the error via the admin interface is a no go. I'll have to get at it some other way. I also neglected to mention that I had already performed the age-old ritual of deleting old sessi

[web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-21 Thread Dave S
On Friday, March 21, 2014 9:49:28 AM UTC-7, PN wrote: > > Any luck? Posting the details of the ticket error output will help debug > the problem. > > On Friday, March 21, 2014 12:06:11 AM UTC-4, weheh wrote: >> >> Gaah! I just restored the older version of web2py from which I upgraded >> (asham

[web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-21 Thread PN
Any luck? Posting the details of the ticket error output will help debug the problem. On Friday, March 21, 2014 12:06:11 AM UTC-4, weheh wrote: > > Gaah! I just restored the older version of web2py from which I upgraded > (ashamed to say it's 2.3.2) and now I'm getting the same error. So > appa

[web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-21 Thread weheh
Does anyone think that this problem could be a result of installing the python multiprocessing module ... the back-port to python 2.5.X? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/i

[web2py] Re: 2.9.5-stable Version throws ticket when /admin accessed - dead in water

2014-03-20 Thread weheh
Gaah! I just restored the older version of web2py from which I upgraded (ashamed to say it's 2.3.2) and now I'm getting the same error. So apparently, something got corrupted along the way. Note to self: don't attempt upgrades just before a major release. -- Resources: - http://web2py.com - ht