[Repoze-dev] PyCon BFG Tutorial...

2010-01-19 Thread Chris McDonough
Attending PyCon, and plan to attend a BFG tutorial? Now's the time to sign up (it may be canceled otherwise): http://bit.ly/4LLt8S If you do attend the BFG tutorial, you'll get a free paperback BFG book: https://www.createspace.com/3422488 - C ___ Rep

Re: [Repoze-dev] Near-final revision of "BFG Book"

2010-01-19 Thread Andrew Sawyers
Do this with a virtualenv :) On 1/18/10 2:38 PM, "Chris McDonough" wrote: > Hey Casey! > > The document was produced via a lightly modified version of Sphinx via its > support for LaTeX. > > If you install this version of Sphinx: > >http://bitbucket.org/chrism/sphinx/ > > Then run "mak

Re: [Repoze-dev] python 2.5 support?

2010-01-19 Thread Diez B. Roggisch
On Thursday 14 January 2010 18:33:27 Hanno Schlichting wrote: > On Thu, Jan 14, 2010 at 6:30 PM, Diez B. Roggisch > > wrote: > >> I have an in-work (but stalled) branch to fix those issues.  You could > >> try un-stalling it: > >> > >>   svn+ssh://svn.zope.org/repos/main/Zope/branches/tseaver-fix_

Re: [Repoze-dev] repoze.bfg 1.2b1 released

2010-01-19 Thread william Famy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris McDonough a écrit : > Shane Hathaway wrote: >> Chris McDonough wrote: >>> - App developers can use get_current_registry() to get the registry >>>and thus get access to utilities and such, e.g. >>>get_current_registry().getUtility(...) >