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

Dick Zantow rzantow at gmail.com
Sat Feb 11 22:34:29 CET 2006


Waldemar Osuch wrote:
> I have observed following on Windows XP:
>
> Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
>   
>>>> from PIL import Image
>>>> Image.VERSION
>>>>         
> '1.1.5'
>   
>>>> import aggdraw
>>>> aggdraw.__version__
>>>>         
> '1.2a2'
>   
>>>> 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.


More information about the Image-SIG mailing list