Re: [Repoze-dev] form generation package recommended for use with BFG?

2010-04-29 Thread Darryl Cousins
Hi, I happily use FormEncode with BFG. http://formencode.org/Design.html Best, Darryl On Thu, Apr 29, 2010 at 10:23 AM, Rob Miller wrote: > Chris Withers wrote: >> Hi All, >> >> Is there anything akin to Django's form generation and handling stuff >> that's recommended for use with BFG? > > re

Re: [Repoze-dev] GAE or other 'cloud' choices for bfg apps?

2010-04-17 Thread Darryl Cousins
lot easier to do if you are directly registering things in > python.  Also it means you don't have the cost of parsing zcml as > well. Thanks a million for sharing! Very best, Darryl > > Rgds > > T > > > > On Sat, Apr 17, 2010 at 3:52 AM, Darryl Cousins >

Re: [Repoze-dev] GAE or other 'cloud' choices for bfg apps?

2010-04-17 Thread Darryl Cousins
Hey Attila, On Sat, Apr 17, 2010 at 9:32 AM, Attila Oláh wrote: > Hi, > > On Fri, Apr 16, 2010 at 21:52, Darryl Cousins > wrote: >> Hi Tim, >> >> On Thu, Apr 15, 2010 at 1:55 PM, Tim Hoffman wrote: >>> Hi Iain >>> >>> I have a

Re: [Repoze-dev] GAE or other 'cloud' choices for bfg apps?

2010-04-16 Thread Darryl Cousins
pt with a custom > bindings see the link above. You need to watch startup times so I am > moving  away from using zcml and using python to register things. Yes, start up time is something I've noticed too. Aside from not using zcml for component registration do you have any other poi

Re: [Repoze-dev] Presentation at NZPUG, Christchurch, NZ

2010-03-05 Thread Darryl Cousins
On Fri, Mar 5, 2010 at 8:50 PM, Darryl Cousins wrote: > Live coding session with repoze.bfg: > > http://darrylcousins.blip.tv/ > > Best regards and thanks, > Darryl Cousins > As a follow up Chris suggested the following improvements, which I much appreciate: @darrylcousins

[Repoze-dev] Presentation at NZPUG, Christchurch, NZ

2010-03-04 Thread Darryl Cousins
Live coding session with repoze.bfg: http://darrylcousins.blip.tv/ Best regards and thanks, Darryl Cousins ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

Re: [Repoze-dev] Question of manipulating URL

2010-03-04 Thread Darryl Cousins
On Fri, Mar 5, 2010 at 10:32 AM, georgehu wrote: > I'm writing a helper function for paginating the data,  the function needs > to append a query string to the url to compose a new url with page number, > and I decide to use the "request" object to get the url and then change it. > The function I

Re: [Repoze-dev] System Error; Transaction closed

2010-02-23 Thread Darryl Cousins
Hi George, On Tue, Feb 23, 2010 at 7:15 AM, georgehu wrote: > On 2/20/2010 3:33 PM, Darryl Cousins wrote: > > Hi Chris, > > On Sat, Feb 20, 2010 at 5:03 PM, Chris McDonough wrote: > > > It looks like repoze.tm2 is committing the transaction before beaker has a >

Re: [Repoze-dev] System Error; Transaction closed

2010-02-20 Thread Darryl Cousins
before beaker has a > chance to do a write.  Or something.  I'd move beaker below repoze.tm2 in > paste.ini as a first shot at solving it. > > On 2/19/10 8:39 PM, Darryl Cousins wrote: >> >> Hi, >> >> I'm frequently coming across a problem with t

[Repoze-dev] System Error; Transaction closed

2010-02-19 Thread Darryl Cousins
ion.commit() anywhere in my code. And on refresh the error disappears (usually the first refresh, sometimes on second or third refresh). Has anyone else come across this problem and if so what was the solution or source of the problem? Thanks in advance, Darryl Cousins Traceback (most recent call las

Re: [Repoze-dev] prep for BFG 1.2 final

2010-02-09 Thread Darryl Cousins
My apps test and run without problems on 1.2b6 Regards, Darryl On Tue, Feb 9, 2010 at 10:14 AM, Chris McDonough wrote: > Hi all, > > In the absence of any showstopper bug reports, within the next few days, the > latest BFG beta release (1.2b6) will be released as 1.2 final with no diffs > except

Re: [Repoze-dev] chameleon.formish and formish i18n

2010-01-17 Thread Darryl Cousins
Hi Tom, On Mon, Jan 18, 2010 at 6:17 AM, Tom Gross wrote: > Hi all, > >  what is the preferred form generation tool for repoze.bfg? I tried > chameleon.formish, which seems a nice solution. > I found the fileupload-widget is broken, attached is a patch to fix it. > > This is probably the wrong li

[Repoze-dev] Running repoze.bfg on Google’s A pp Engine

2009-12-03 Thread Darryl Cousins
Hi Tim, On Thu, Dec 3, 2009 at 9:16 PM, Tim Hoffman wrote: > HI Darryl > > I approached repoze on app engine differently > > Have a look at http://code.google.com/p/bfg-pages/ The link appreciated - nice work. Very best, Darryl ___ Repoze-dev mailing

[Repoze-dev] Running repoze.bfg on Google’s App Engine

2009-12-02 Thread Darryl Cousins
Hi Chris On Thu, Dec 3, 2009 at 8:11 PM, Chris McDonough wrote: > > Darryl Cousins wrote: >> >> Hi All, >> >> I found that the recipe [1] to run repoze.bfg on gae **almost** works. > > Thanks for the analysis! > > I think the best solution would be to m

[Repoze-dev] Running repoze.bfg on Google’s A pp Engine

2009-12-02 Thread Darryl Cousins
). 2. Make a mention in the tutorial (perhaps as in attached doc.diff) Hope that is helpful, Darryl Cousins [1] http://docs.repoze.org/bfg/1.2/tutorials/gae/index.html [2] http://svn.repoze.org/repoze.bfg.jinja2/trunk/repoze/bfg/jinja2/paster_template/+package+/configure.zcml patch.diff

Re: [Repoze-dev] repoze.what.plugins.quickstart

2009-12-01 Thread Darryl Cousins
And here as is likely *should* be done, also 'logging-config.ini' for tests/fixtures as referenced in added tests. Sorry for the noise. Best, Darryl On Wed, Dec 2, 2009 at 2:55 PM, Darryl Cousins wrote: > And also for docs/Config.rst > > Best regards, > Darryl

Re: [Repoze-dev] repoze.what.plugins.quickstart

2009-12-01 Thread Darryl Cousins
And also for docs/Config.rst Best regards, Darryl Cousins docs_Config.diff Description: Binary data ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

[Repoze-dev] repoze.what.plugins.quickstart

2009-12-01 Thread Darryl Cousins
. The diffs have been made against trunk: URL: http://svn.repoze.org/repoze.what/plugins/quickstart/trunk Repository Root: http://svn.repoze.org Repository UUID: 8f1d8bf8-68d2-4fbe-a113-2afb08c80ed9 Revision: 7479 Best regards, Darryl Cousins config.diff Description: Binary data init.diff

Re: [Repoze-dev] repoze.what.plugins.quickstart

2009-12-01 Thread Darryl Cousins
Hi, On Wed, Dec 2, 2009 at 12:26 PM, Gustavo Narea wrote: > Hello, Darryl. > > Darryl said: >> I've added  'log_file' and 'log_level' to >> repoze.what.plugins.quickstart via configuration files - writing tests >> also. > > That's nice. Thank you very much! > >> How do I apply for commit privileg

[Repoze-dev] repoze.what.plugins.quickstart

2009-12-01 Thread Darryl Cousins
Hi, I've added 'log_file' and 'log_level' to repoze.what.plugins.quickstart via configuration files - writing tests also. How do I apply for commit privileges to repoze repository? Sincerely, Darryl Cousins ___ Repoze-de