Re: Pyramid 1.1b1 released

2011-07-12 Thread Eric Ongerth
Really happy about the convenience of the http_cache view configuration parameter. Thanks a bunch for all the hard work. E On Jul 9, 10:16 pm, Chris McDonough chr...@plope.com wrote: Pyramid 1.1b1 has been released. Here are the changes: Features - It is now possible to invoke

Pyramid and ZODB with Blobs

2011-07-12 Thread Matt Feifarek
I'd like to use ZODB Blob support... I found this tutorial for ZEO: http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/zeo.html If one did NOT want to use zeo, and therefore not the zeo.conf, how can we tell Pyramid to use blobs? Perhaps it's a setting on PersistentApplicationFinder()

Re: Pyramid and ZODB with Blobs

2011-07-12 Thread Matt Feifarek
On Tue, Jul 12, 2011 at 4:14 PM, Matt Feifarek matt.feifa...@gmail.comwrote: I'd like to use ZODB Blob support... I found this tutorial for ZEO: http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/zeo.html If one did NOT want to use zeo, and therefore not the zeo.conf, how can we

deform: FileUploadTempStore implementation?

2011-07-12 Thread Matt Feifarek
I'm a little fuzzy on FileUploadTempStore: I understand that the example MemoryTmpStore() is not recommended for production, but it doesn't appear that it actually does anything interesting, as it's just a tiny bit of frosting on a dict. Where does filedata actually go when it's posted? Does some

Re: deform: FileUploadTempStore implementation?

2011-07-12 Thread Chris McDonough
On Tue, 2011-07-12 at 18:49 -0500, Matt Feifarek wrote: I'm a little fuzzy on FileUploadTempStore: I understand that the example MemoryTmpStore() is not recommended for production, but it doesn't appear that it actually does anything interesting, as it's just a tiny bit of frosting on a dict.

Re: deform: FileUploadTempStore implementation?

2011-07-12 Thread Matt Feifarek
On Tue, Jul 12, 2011 at 6:57 PM, Chris McDonough chr...@plope.com wrote: How much money would it take for us to not have a conversation about deform tempstores? ;-) $0.00 To be honest, this is a supercomplex feature. I don't think I can really explain it adequately in narrative, at least

Re: deform: FileUploadTempStore implementation?

2011-07-12 Thread Chris McDonough
On Tue, 2011-07-12 at 19:29 -0500, Matt Feifarek wrote: On Tue, Jul 12, 2011 at 6:57 PM, Chris McDonough chr...@plope.com wrote: How much money would it take for us to not have a conversation about deform tempstores? ;-) $0.00 To be honest, this is

pylons url_for doesn't yield proper internal static. SCRIPT_NAME is not inserted into the resolved URL

2011-07-12 Thread Way Chuang Ang
Hi fellow pylons masters, I encounter a problem as described in the subject of the mail. I integrated pylons applications into apache webserver using mod_wsgi. The configuration for wsgi is as such: WSGIScriptAlias /mtrace /var/lib/lgmtrace/lgmtrace.wsgi However, using h.url_for within the mako