RE: [pylons-discuss] Static Files on Elastic Beanstalk

2017-11-03 Thread Kamal Gill
ng 404 Not Found errors when attempting to serve my static assets. On Thursday, November 2, 2017 at 12:28:32 PM UTC-7, Kamal Gill wrote: Try request.static_path(…) e.g.  HTH, Kamal On Nov 1, 2017, at 4:03 PM, Andrew Burnett <andrewj...@gmail.com> wrote: I'm trying to serve some stati

Re: [pylons-discuss] Static Files on Elastic Beanstalk

2017-11-02 Thread Kamal Gill
Try request.static_path(…) e.g. HTH, Kamal > On Nov 1, 2017, at 4:03 PM, Andrew Burnett wrote: > > I'm trying to serve some static css, png's, etc. from my Pyramid app that's > hosted on Elastic Beanstalk. It works fine on my local machine but when I try > to run

Re: [pylons-discuss] Pyramid 1.6b1 released

2015-11-19 Thread Kamal Gill
I found the crash-on-errors behavior useful since it’s better to be alerted of those errors sooner rather than later IMO. Is the new behavior configurable? -Kamal > On Nov 19, 2015, at 10:49 AM, Michael Merickel wrote: > > > On Thu, Nov 19, 2015 at 12:43 PM, Jonathan

Re: [pylons-discuss] Pyramid 1.6b1 released

2015-11-19 Thread Kamal Gill
; On Nov 19, 2015, at 12:02, Kamal Gill <designbyka...@gmail.com> wrote: >> >> I found the crash-on-errors behavior useful since it’s better to be alerted >> of those errors sooner rather than later IMO. Is the new behavior >> configurable? >> >> -Kamal >&

Re: [pylons-discuss] Localized URL schema using chameleon

2014-08-20 Thread Kamal Gill
Oscar, It's probably safer to pass the translated string as a template variable from the view callable, since Pyramid's i18n machinery only picks up translation strings marked via i18n:translate and i18n:attributes in .pt files IIRC. Basically, you would pass products as a string marked for

Re: [pylons-discuss] Multilingual Pyramid applications

2014-08-18 Thread Kamal Gill
really happy with the i18n support all around, helping cement Pyramid as the right Web framework choice for the Eucalyptus Console (beating Django and Flask on our shortlist). :-) Kamal -- __ Kamal Gill - UI Architect Eucalyptus Systems www.eucalyptus.com On Aug 18, 2014