[web2py] One-time account

2016-08-04 Thread Dave S
For support issues, I can imagine having a "one time account". That is, the account is created, info sent to the person-being-supported, p-b-s logs in and gets a form page to do what needs to be done, and then is logged out and the account disabled. Any good way to do that without having an

[web2py] Re: Using scheduler with facebook api calls

2016-08-04 Thread Dave S
On Thursday, August 4, 2016 at 1:17:04 PM UTC-7, Andre wrote: > > Thank you for the thoughtful response - some great points I need to mull > over some more. > > I think there needs to be a Niphlod tip jar. > I think the way we can best make him happy is by adding test coverage. (I have that

[web2py] Re: Using scheduler with facebook api calls

2016-08-04 Thread Andre
Thank you for the thoughtful response - some great points I need to mull over some more. I think there needs to be a Niphlod tip jar. On Wednesday, August 3, 2016 at 4:29:20 PM UTC-4, Niphlod wrote: > > 15 minutes is a LOT for expecting a reply from an external source: sure > you can't reduce

[web2py] Problems with DAL and mysql

2016-08-04 Thread Morganti
Hello everybody! I am developing using directly to Mysql. For testing with some scripts, I was using python interpreter and defining only tables that it was needed. But I have a problem today, when I went to appadmin to check some data, I lost the tables, I mean, I had 18 tables and passed to

[web2py] Re: URL based internationalization and pattern router

2016-08-04 Thread Anthony
> In that way we can move the code to a new application, and use a complete > different urls without change one single line of code. > Move what code to a new application? In web2py, you can also change the URLs without changing the application code, though as noted, in some cases, the route

[web2py] Re: URL based internationalization and pattern router

2016-08-04 Thread Anthony
On Sunday, July 31, 2016 at 5:31:47 PM UTC-4, Massimo Di Pierro wrote: > > Can you point to any other web framework that allows reverse mapping > path_info into query_string? > Looks like Yii does allow this. Its URL helper allows you to specify named parameters. Rather than putting all named

[web2py] Re: URL based internationalization and pattern router

2016-08-04 Thread Anthony
On Wednesday, August 3, 2016 at 2:00:08 AM UTC-4, Carlos Cesar Caballero wrote: > > Hi, first sorry for the late reply, but I am on vacations and offline most > of the time. > > Here is an example on how we use the Yii2 framework router: > > 'urlManager' => [ > 'class' =>

Re: [web2py] Web2py and WebRTC?

2016-08-04 Thread 'Fernando Villarroel' via web2py-users
Thank you Antonio Enviado desde mi iPhone > El 04-08-2016, a las 4:51, António Ramos escribió: > > https://www.youtube.com/watch?v=MUWy-NSrvNQ > > 2016-08-03 19:26 GMT+01:00 'Fernando Villarroel' via web2py-users > : >> Dear. >> >> I think the

[web2py] select() and iterselect()

2016-08-04 Thread 黄祥
trying to change select() with iterselect() on all of my code, some work and some not work. in select() can check if len(rows_2) > 0: on the other side iterselect() if rows_2: *error traceback* Traceback (most recent call last): File "/Users/MacBookPro/site/web2py/gluon/restricted.py", line

Re: [web2py] Re: bounty pypi

2016-08-04 Thread Richard Vézina
As to remain backward compatible, I guess... A big task... Can you propose a package three structure we should comply to... We can then identify and list the blocking code piece then evaluate the changes requires then implement? I think the issue is more to map all the change needed to be done

[web2py] web2py admin - cannot install plugin - bug??

2016-08-04 Thread Mirek Zvolský
I have the .w2p file on disk. I choose it in Admin interface, edit application, plugins, upload. Then only first file from the plugin is properly unpacked, other files aren't. Then the error will flash: "App does not exist or you are not authorized" I am trying to debug it and see that redirect

[web2py] SSL Rocket Windows 10 problem

2016-08-04 Thread icodk
Running web2py 2.14.6 with SSL and it starts fine. However stop working after a while (sometimes just after login) with error: ERROR:Rocket.Errors.Port443:Traceback (most recent call last): File "C:\Dev\web\web2py_win\Web2py_2_14_6\gluon\rocket.py", line 590, in listen sock =

Re: [web2py] Web2py and WebRTC?

2016-08-04 Thread António Ramos
https://www.youtube.com/watch?v=MUWy-NSrvNQ 2016-08-03 19:26 GMT+01:00 'Fernando Villarroel' via web2py-users < web2py@googlegroups.com>: > Dear. > > I think the deploy coments use a server like Asterisk or FreeSWITCH. > > So the deploy from Django surely use some library JavaScript for >

[web2py] Re: Grid export csv

2016-08-04 Thread Kostas M
As you said, it works again now, by setting: entity_quoting=False Thanks Niphlod! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this

Re: [web2py] Re: DAL size limit for query?

2016-08-04 Thread cem
You may try using iterselect() instead of select() if the issue is memory related. The link to the book is below.

Re: [web2py] Re: DAL size limit for query?

2016-08-04 Thread Marcello Console
2016-08-04 1:08 GMT+02:00, Dave S : > > > On Wednesday, August 3, 2016 at 2:33:35 PM UTC-7, goome wrote: >> >> when trying in the shell, the shell itself got killed : >> >> In [4]: legacy_db(query).select() >> >> >> >> Killed >> >> root@rb:/home/www-data/web2py# >> >> > Is

Re: [web2py] display git version of my own web2py project

2016-08-04 Thread icodk
Thanks for the tip Niphold(I didn't know that) On Wednesday, August 3, 2016 at 10:37:15 PM UTC+2, Niphlod wrote: > > if you just want web2py's version, use > request.global_settings.web2py_version > > On Friday, July 29, 2016 at 9:56:43 PM UTC+2, Richard wrote: >> >> with no expiritation time >>