[web2py] Is it possible to load older web2py binaries for Mac?

2019-12-18 Thread Jarrod Wilcox
When I updated Mac OSX to Catalina and updated web2py version to 2.18.5 my application broke badly. As a temporary fix, is it possible to download older binaries such as 2.16? Jarrod Wilcox -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py

[web2py] Re: vue.js

2016-09-25 Thread Jarrod Wilcox
Massimo Can you remind us as to best way to avoid conflict between both web2py and vue using double curly brackets? Jarrod On Saturday, September 24, 2016 at 11:25:51 PM UTC-4, Massimo Di Pierro wrote: > > I am becoming a huge fan of vue.js. Any other user here? > -- Resources: - http://web2

[web2py] 5th Manual typo p.83

2013-03-16 Thread Jarrod Wilcox
Page 83, view example should say session.counter rather than counter. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com

[web2py] iframe wordpress site?

2013-03-15 Thread Jarrod Wilcox
I want to put a capable and secure blog into my application. I have an iframe that links to an external wordpress site under my control. My question is what special steps are needed to make this a secure environment. -- --- You received this message because you are subscribed to the Google

[web2py] Re: Avoiding cross-session conflict with interactive matplotlib

2012-09-09 Thread Jarrod Wilcox
//github.com/mdipierro/canvas > > On Sunday, 9 September 2012 16:05:17 UTC-5, Jarrod Wilcox wrote: >> >> Please forgive the newbieness of question. >> >> I am generating interactive plots using matplotlib as suggested by >> cookbook, which writes a file and then pulls

[web2py] Avoiding cross-session conflict with interactive matplotlib

2012-09-09 Thread Jarrod Wilcox
Please forgive the newbieness of question. I am generating interactive plots using matplotlib as suggested by cookbook, which writes a file and then pulls it into a view. My question is whether that file is protected from other users seeing it. A second question is whether, as I hope, the p

[web2py] Massimo's canvas 0.1 usage?

2012-08-20 Thread Jarrod Wilcox
I have read the explanation of Canvas 0.1 and would very much appreciate a complete example of usage. --

[web2py] simplest possible call to matplotlib

2012-08-20 Thread Jarrod Wilcox
I have carefully read the cookbook example on calling matplotlib, but the last steps assume more knowledge than I have. I have also seen a question answer from Massimo. Ditto. Would anybody care to take a look at the cookbook answer (page 200) and carry it through to the view file? --

[web2py] Best way to combine superfish and SEO?

2012-07-02 Thread Jarrod Wilcox
Starting with the Welcome template, what is the cleanest way to combine superfish menuing with crawlability for SEO?

[web2py] Instant-Press generate SEO friendly content?

2012-05-28 Thread Jarrod Wilcox
WordPress content is suitable for attracting Google searches. Is the same true for Instant-Press installed on web2py site?

[web2py] Re: Error on web2py book

2012-05-28 Thread Jarrod Wilcox
Thank you Cody, I was stalled on this for half an hour. On Wednesday, April 18, 2012 5:03:14 PM UTC-4, Cody Goodman wrote: > Going through the web2py book, and noticed an error on this page: > > http://web2py.com/books/default/chapter/29/3 > > def find_by(keyword): > "finds pages that conta

[web2py] Re: 4th Edition manual RSS example problems

2012-05-26 Thread Jarrod Wilcox
Massimo: Thank you for explanation. If one goal is to attract newbies, suggest warning re Chrome in manual. Jarrod On Friday, May 25, 2012 1:58:20 PM UTC-4, Jarrod Wilcox wrote: > The overview chapter adds an RSS facility to the mywiki example. The > example code seems to contain typo

[web2py] Re: 4th Edition manual RSS example problems

2012-05-26 Thread Jarrod Wilcox
I still am working through the manual. However, in the face of advice from others to use Django, my confidence as a new web2py user was a bit shaken. Jarrod On Saturday, May 26, 2012 1:11:31 AM UTC-4, Massimo Di Pierro wrote: > what's the error? > > On Friday, 25 May 2012

[web2py] Re: 4th Edition manual RSS example problems

2012-05-25 Thread Jarrod Wilcox
I verified that the problem does not occur for IE, Safari and Firefox, but does occur with Chrome. Jarrod On Friday, May 25, 2012 1:58:20 PM UTC-4, Jarrod Wilcox wrote: > The overview chapter adds an RSS facility to the mywiki example. The > example code seems to contain typo errors:

[web2py] 4th Edition manual RSS example problems

2012-05-25 Thread Jarrod Wilcox
The overview chapter adds an RSS facility to the mywiki example. The example code seems to contain typo errors: "form" instead of "from" and "reponse" instead of "response", but that may not be a serious issue. When these are "corrected", the result of serving mywiki/default/news.rss is a pag