[Image-SIG] help(aggdraw.Draw instance) -> crash on Windows?

Fredrik Lundh fredrik at pythonware.com
Sun Feb 12 13:14:48 CET 2006


Dick Zantow wrote:

> >>>> image = Image.new('RGB', (600, 430), 'white')
> >>>> draw = aggdraw.Draw(image)
> >>>> help(draw)
> >>>>
> > -->PYTHON CRASH<--
> >
> > Can anyone else confirm it?
> > My machine started to act funny recently so maybe it is time to rebuild it.
>
> Same thing happens to me, too, on WinXP.

looks like

    help(aggdraw.Draw("RGB", (1, 1)))

is enough to cause a crash.

</F>





More information about the Image-SIG mailing list