Python Imaging Library available for Python 3.1 ? Fractals
pdlemper
nospam
Sun Jun 6 00:40:56 EDT 2010
On the site
http://code.activestate.com/recipes/langs/python/
there are several scripts for fractals. See page five.
These begin
from PIL import Image
This fails in my python 3.1.2
Google reveals PIL is Python Imaging Library from
pythonware.com
According to their website PIL is not available beyond 2.6 : (
Do I need a full GUI like tkinter to image a fractal ( on my
python 3.1.2 ) ? Is there any simpler option ?
Thanks, Dave WB3DWE
More information about the Python-list
mailing list