Re: [Repoze-dev] recommended way to do session variables in a bfg app?

2010-04-11 Thread Tim Hoffman
Hi I am using beaker with bfg on app engine. Works well. (Though I had to make a gae memcache compatible plugin) T On Mon, Apr 12, 2010 at 3:10 AM, Iain Duncan wrote: > Wondering about using session variables in a bfg app. I didn't find any > mention of it in the docs, so I assume it's somethi

Re: [Repoze-dev] recommended way to do session variables in a bfg app?

2010-04-11 Thread Iain Duncan
Any suggestions for if I'm *not* using the ZODB? thanks! iain On Sun, Apr 11, 2010 at 10:03 PM, Carlos de la Guardia < carlos.delaguar...@gmail.com> wrote: > If you use ZODB, you mat try repoze.session. It's in the book: > > http://docs.repoze.org/bfg/1.2/tutorials/zodbsessions/index.html > > Ca

[Repoze-dev] possibly a bug, can't pass root_factory to in 1.2

2010-04-11 Thread Iain Duncan
Don't know if I'm missing something, the docs are out of sync with the code, or there is a bug, but this in my zcml for a 1.2 app: is getting me the following traceback on startup: Traceback (most recent call last): File "/home/iain/www/bfgenv/bin/paster", line 8, in load_entry_point('P

[Repoze-dev] recommended way to do session variables in a bfg app?

2010-04-11 Thread Iain Duncan
Wondering about using session variables in a bfg app. I didn't find any mention of it in the docs, so I assume it's something handled outside of bfg. Is the crustimony proceedcake just to add Beaker to the middleware stack and use it directly? thanks Iain __

Re: [Repoze-dev] Repackaged PIL 1.1.7

2010-04-11 Thread Chris Withers
Hanno Schlichting wrote: >> The confusion surrounding PIL almost makes me want to write some sort of über >> document listing the orginal problem along with all the various hack-arounds. > > Both of these show you the exact problem the official distribution has > with setuptools. It uses a package

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-11 Thread Phenex
Am Samstag 10 April 2010 17:11:46 schrieb Chris McDonough: > I'm not sure that I remember the entire context here, but if you are using > r.who 2.0, ensure that your "auth_tkt" plugin is both an identifier and and > authenticator. In r.who 1.0 this did not need to be true; in r.who 2.0, > configur