[web2py] default routes.py

2015-09-23 Thread Dmitri Ermolaev
may be make default routes in main app folder routes.py: # -*- coding: utf-8 -*- routes_in = ( (r'/favicon.ico', r'/main_app/static/images/favicon.png'), (r'/robots.txt', r'/main_app/static/robots.txt'), (r'/', r'/main_app/default/index/'), (r'/index/$anything', r'/main_app/default/index

[web2py] Re: Grails for web2py - anyone interested ?

2015-09-23 Thread Joe Barnhart
Not to worry Grahme -- I find most web2py'ers are an adventurous lot. Massimo (our BDFL) is probably more adventurous than anyone! You won't get in trouble for "impure thinking" around here... Heck, we get criticized a lot for not being "pythonic enough" ourselves. Look forward to seeing you

[web2py] Re: cron @reboot entry for task queue

2015-09-23 Thread Niphlod
I'd say you need to read the cron chapter of the book. The syntax is |cron_recurrence| |user| |**file_to_execute.py so, in your case, @reboot root **applications/amlpoc/private/aml_service.py On Wednesday, September 23, 2015 at 3:49:19 PM UTC+2, Blutoh wrote: > > > I have created a task queue

Re: [web2py] Re: SQLform grid custom function for delete

2015-09-23 Thread A3
explained here: https://groups.google.com/d/msg/web2py/asCPsD9UGb8/ksmYX0UjBx0J Op dinsdag 22 september 2015 04:22:39 UTC+2 schreef Yebach: > > Ok thanx. This worked. > > One more question. My SQLFORM.grid is not refreshed after callback. So > record stays there. HOw to do a grid refresh? > > 2

Re: [web2py] Re: what can I do with this error: Getaadrinfo Failed.

2015-09-23 Thread Maurice Waka
I will get you the info soon. Am not at my 'IT' desk at the moment. Thanks !! On Wed, Sep 23, 2015 at 4:44 PM, Leonel Câmara wrote: > You can, however the way this works is: > > 1 - Download the web2py windows executable version > 2 - Put your Application in it > 3 - Change routes.py to make you

[web2py] Re: CMS

2015-09-23 Thread Leonel Câmara
The best way, depends, of course on a lot more details than you're giving. A simple way is Tim's ckeditor plugin available here: https://github.com/timrichardson/web2py_ckeditor4 Then you just let the user edit the HTML of the page with it (see the instructions in the repository) save the HTML i

[web2py] Re: Simple Wiki Markmin Google docs viewer needs HTTPS

2015-09-23 Thread A3
Hi Massimo: I tried it: browser is no longer complaining about mixed content but .. the viewer is not showing anything. I tried to open the document in the viewer using the rendered link: https://docs.google.com/viewer?url=https://www.myserver.com/application/default/index/3/testexcel.xls&embedded

[web2py] cron @reboot entry for task queue

2015-09-23 Thread Blutoh
I have created a task queue that handles a service request because the operation takes about 4 to 6 minutes to complete, and returns messages and a file. The task queue is working well when I start it manually. I am now trying to create a cron @reboot entry so that the task queue will start wh

[web2py] Re: what can I do with this error: Getaadrinfo Failed.

2015-09-23 Thread Leonel Câmara
You can, however the way this works is: 1 - Download the web2py windows executable version 2 - Put your Application in it 3 - Change routes.py to make your application the default one. You are failing at the first step because urllib is not being able to get the ip address of web2py.com. Can yo

[web2py] CMS

2015-09-23 Thread Laurent Lc
Hi, I'd like to know the best way to permit an user wiht no computer knowledge to create web pages, sections thank you Laurent -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/l

Re: [web2py] Re: what can I do with this error: Getaadrinfo Failed.

2015-09-23 Thread Maurice Waka
I thought I could download my app(what ia have developed) as .exe On Wed, Sep 23, 2015 at 2:35 PM, Leonel Câmara wrote: > This seems like a temporary error where your DNS wasn't working so it > couldn't download the web2py_win from web2py.com which is the first step > to make an exe with your ap

[web2py] Re: what can I do with this error: Getaadrinfo Failed.

2015-09-23 Thread Leonel Câmara
So looking at ERROR.py you're also having problems checking for a new version in admin. I think you have some kind of proxy involved that is creating problems. Maybe a work VPN or something like that. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com

[web2py] Re: what can I do with this error: Getaadrinfo Failed.

2015-09-23 Thread Leonel Câmara
This seems like a temporary error where your DNS wasn't working so it couldn't download the web2py_win from web2py.com which is the first step to make an exe with your application. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Sour

Re: [web2py] Re: what can I do with this error: Getaadrinfo Failed.

2015-09-23 Thread Maurice Waka
On Wed, Sep 23, 2015 at 2:32 PM, Maurice Waka wrote: > This is the error I got. > Kind regards > > On Sun, Sep 20, 2015 at 6:32 PM, Massimo Di Pierro < > massimo.dipie...@gmail.com> wrote: > >> Please submit a bug report. Do you have any more detail about the error >> and the OS you are using to

[web2py] Re: Server-side DOM parsing not working for me..!

2015-09-23 Thread Edward Shave
Thanks a bunch Anthony. Your workaround works but after reading what you had to say regards server side dom parsing in the issue you raised, I am now furiously back peddling and moving this stuff clientside. Not a problem as I'm only playing at the moment. Thanks again Ed -- Resources: - ht