[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread webmaster
I guess if you can't replicate, the full error might be helpful: ERROR2017-05-02 02:36:08,394 restricted.py:171] Traceback (most recent call last): File "/Users/sin/Dev/Trytha/web2py/gluon/restricted.py", line 216, in restricted exec(ccode, environment) File

[web2py] IMMD NEED !! Financial Analyst - Phila, PA

2017-05-01 Thread Mike Smith
Hi, Hope all is well.. I have an exciting new opportunity that I wanted to share with you and your network. Our top client, located in the Phila, PA. is currently seeking a Financial Analyst resource to join their organization. I have included a complete job description below in case you or

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread Dave S
On Monday, May 1, 2017 at 6:09:42 PM UTC-7, webm...@trytha.com wrote: > > I could zip that up into an app if you like, but I can literally change > any portion of that connection string and have it work in the old version > of pydal and not work in the new version (in a completely fresh web2py

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread webmaster
Ah, I think the reason he couldn't replicate it last time was because it was a different error that he had already fixed. The SQL was broken during 15.x, I believe, then working for a very short period (1 day) during 16.03, then broken again in a different way. On Monday, May 1, 2017 at

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread webmaster
I could zip that up into an app if you like, but I can literally change any portion of that connection string and have it work in the old version of pydal and not work in the new version (in a completely fresh web2py install which I performed while I wrote the steps to replicate). This is also

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread webmaster
The steps are kinda simple: 1. Install web2py: git clone --recursive https://github.com/web2py/web2py.git 2. Move gaehandler.py and app.yaml into the web2py directory. 3. In the Welcome app, change the GAE connection string in db.py to: db =

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread Dave S
On Monday, May 1, 2017 at 4:30:59 PM UTC-7, webm...@trytha.com wrote: > > Here is the error from the current version of pydal when trying to connect > to Cloud SQL (my memory is better than I thought): > > File "/Dev/Trytha/web2py/gluon/packages/dal/pydal/adapters/google.py", > line 44, in

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread webmaster
Here is the error from the current version of pydal when trying to connect to Cloud SQL (my memory is better than I thought): File "/Dev/Trytha/web2py/gluon/packages/dal/pydal/adapters/google.py", line 44, in _find_work_folder super(GoogleSQL)._find_work_folder() AttributeError: 'super'

[web2py] Re: Communication between server and python script help

2017-05-01 Thread Donald McClymont
I did this a while back https://github.com/DonaldMcC/pronto which was a small and very simple way to send commands direct from web2py server to an arduino which was controlling a cubetto prototype. I appreciate this is not your current use case but thought I'd share in any case. Cubtetto

[web2py] Re: Communication between server and python script help

2017-05-01 Thread Carlos Kitu
Hi Esteve, I use web2py, and also as a side project, I develop firmware for microcontrollers (with mbed OS, not arduino, but quite similiar). I didn't have the need of connecting both worlds, so take this as hints, not real tested experience. First, let's check a couple of assumptions: - I

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread webmaster
Ah, I think the problem might actually be slightly different, but the solution is the same. If I recall correctly, the error I was getting said something about super() not having a method called something like _find_work_folder(). I can give you the exact error when I get home later today.

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread webmaster
Same problems as I detailed on this thread: https://groups.google.com/forum/#!topic/web2py/XsSvnbGzzws Basically, it seems like it was fixed and then immediately broken again. The commit I mention above is the one where it was broken again. On Monday, May 1, 2017 at 7:21:12 AM UTC-7, Massimo

[web2py] Re: Why do the devs hate GAE? (two huge bugs and their stupid solutions)

2017-05-01 Thread Massimo Di Pierro
Can you provide a quick summary of the problem you are having with Cloud SQL? I will make it a priority to fix it. On Sunday, 30 April 2017 18:47:19 UTC-5, webmas...@trytha.com wrote: > > Figured this should have a new topic because it's been a year without two > massive bugs being addressed.

[web2py] In SQLFORM.grid, setting a session var when the user click on search or reset

2017-05-01 Thread Gael Princivalle
Hello. I would like to set a session var when the user click in a SQLFORM.grid on the search or reset buttons. I've tried with Ajax but the next page is processed before the session var has been set. Perhaps I can make a modification directly in the web2py files that are called when the user

Re: [web2py] Re: web2py and python3

2017-05-01 Thread Jim Steil
Please, let's give Massimo and the team the time to do it right. Massimo said 'maybe some code will be release at the end of April'. I didn't view that as an announcement. -Jim On Sun, Apr 30, 2017 at 10:31 PM, Muhammad Hashim Malik < has...@rehmansoft.com> wrote: > Badly waiting for web3py.