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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to