<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16535"><LINK rel=stylesheet 
href="BLOCKQUOTE{margin-Top: 0px; margin-Bottom: 0px; margin-Left: 2em}"></HEAD>
<BODY style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt">
<DIV><FONT size=2 face=Verdana><FONT color=#000000 size=2 face=Verdana>when 
i type import image in the python interactive command, i am surprised to 
find that it does not work. the details are as follows:</FONT></FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>
<DIV>>>> import image</DIV>
<DIV>Traceback (most recent call last):</DIV>
<DIV>  File "<stdin>", line 1, in ?</DIV>
<DIV>ImportError: No module named image</DIV></FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>i wonder the image library should be a buildin 
module, then why i cannot import it?</FONT></DIV>
<DIV><FONT size=2 face=Verdana>what's wrong? or some version of python does not 
include image library as a buildin module?</FONT></DIV>
<DIV>so can anybody recommend a version of python which include image libary, 
thank you ; )<FONT size=2 face=Verdana></DIV></FONT></BODY></HTML>