Re: [web2py] Re: py4web - will it inherit web2py structures ?

2019-10-15 Thread 'graham' via web2py-users
Thanks Massimo, that will probably sort it out, I've had a quick look at bottle and should be able to amend the code appropriately. I'll post again when it appears to be working, which, hopefully, won't be very long graham On Tuesday, October 15, 2019, 3:38:48 AM GMT+1, Massimo Di Pierr

Re: [web2py] Re: py4web - will it inherit web2py structures ?

2019-10-14 Thread 'graham' via web2py-users
I'll certainly give more details when it's working - the original web2pyslices posting was in 2016. But my problem at the moment is where is 'current.request' ? That was in from web2py.gluon import current but despite importing py4web (and pydal) there seems to be no 'current' structure. As I

[web2py] py4web - will it inherit web2py structures ?

2019-10-13 Thread 'graham' via web2py-users
I used web2py some years ago and produced a program generator (http://www.web2pyslices.com/slice/show/2060/generator-for-web2py) which met with universal disinterest... However someone has asked whether it could work with py4web and so I have had a quick look at it. There are minor Python 3 iss