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

Waldemar Osuch waldemar.osuch at gmail.com
Sat Feb 11 20:16:09 CET 2006


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.

Waldemar


More information about the Image-SIG mailing list