[web2py] Re: Problems with mail.send()

2013-11-14 Thread Kariloy Markief
ver the upcoming weekend. Thanks On Thursday, November 14, 2013 1:53:24 AM UTC, Massimo Di Pierro wrote: > > No but open a ticket. Can you help make it happen? > > On Wednesday, 13 November 2013 10:45:36 UTC-6, Kariloy Markief wrote: >> >> Well, sorry to bring this b

[web2py] Re: Problems with mail.send()

2013-11-13 Thread Kariloy Markief
Well, sorry to bring this back from the grave but after some hours debugging I've come to realize that I'm having the same problem has Bernardo. So I was wondering, has by any chance 'sasl_method=PLAIN' have been enabled as a possibility since then? Because, if so it isn't being obvious to me.

[web2py] Importing python modules from a "web2py module" in production environment

2013-11-01 Thread Kariloy Markief
I've been working on app for the last few months using the built-in wep2py rocket webengine. Since "all" was working fine so I decided to give it go and see if I could put up into production. So I've hosted it through apache, but my problem is actually that it fails on some python library (whi

[web2py] Re: Download file from string not triggering

2013-10-14 Thread Kariloy Markief
tray from that path :s Anyhow, *problem solved*! Thanks again Niphlod for helping me see the light :) ~KM On Monday, October 14, 2013 10:50:55 PM UTC+1, Kariloy Markief wrote: > > Thanks, > > Yeah it figures it would be something dumb on my part like that. :s > I'm ac

[web2py] Re: Download file from string not triggering

2013-10-14 Thread Kariloy Markief
oncatenation > to build the url... if "content" in your case contains csv data, you will > never be able to reach that url (because it won't be a valid url). > As last resort, at least urlencode the content. But you'll then face the > limitation of url size, and that&

[web2py] Download file from string not triggering

2013-10-14 Thread Kariloy Markief
Hello, I'm writing an app that at some point has a text string dynamically generated in a view via javascript. What I would like to do is download that text as a file. For that purpose my attempted approach has been...: - on the same js function that generates the string I call: ajax('download_