[Python-Dev] Moving bugs and patches through the pipeline more quickly (original) (raw)

Jeremy Hylton jeremy@zope.com
Thu, 07 Mar 2002 12:22:37 -0500


On 07 Mar 2002 17:16:08 +0000 Michael Hudson <mwh@python.net> wrote:

"Jeremy Hylton" <jeremy@zope.com> writes:

> On 07 Mar 2002 15:15:29 +0000 > Michael Hudson <mwh@python.net> wrote: > > How would one implement this? A screen-scraper? Does > > someone have > > one already written? > > I have a mostly complete screen scraper: > https://sourceforge.net/projects/sftools/ > > As I recall, the SF project is broken because the > permissions are wrong in the CVS repository. I can submit > an admin request for that to happen. Either that was quick work, or it wasn't broken. Anyway, I checked it out, installed ZODB, ran $ python loadbugs.py and it dumped core (!). Does ZODB not work with 2.2?

ZODB should work with 2.2. Are you running StandaloneZODB 1.0?

Can you send me a C stack trace?

Jeremy