[Image-SIG] HELP ME !!!
GilmadskilsWilis@aol.com
GilmadskilsWilis@aol.com
Wed, 17 Jul 2002 16:34:23 EDT
--part1_3d.214610f5.2a672ecf_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
I have all the PIL stuff in my Python22 folder, and I'm having some problems,
you'll see:
import Image
>>> im=Image.open('bobo/logo.gif')
>>> im.show()
Traceback (most recent call last):
File "<pyshell#9>", line 1, in ?
im.show()
File "D:\PYTHON22\PIL \Image.py", line 749, in show
_showxv(self, title, command)
File "D:\PYTHON22\PIL \Image.py", line 1040, in _showxv
file = self.convert(base)._dump(format=format)
File "D:\PYTHON22\PIL \Image.py", line 427, in convert
self.load()
File "D:\PYTHON22\PIL \ImageFile.py", line 126, in load
self.load_prepare()
File "D:\PYTHON22\PIL \ImageFile.py", line 180, in load_prepare
self.im = Image.core.new(self.mode, self.size)
File "D:\PYTHON22\PIL \Image.py", line 37, in __getattr__
raise ImportError, "The _imaging C module is not installed"
ImportError: The _imaging C module is not installed
>>>
please send help
--part1_3d.214610f5.2a672ecf_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
<HTML><FONT FACE=arial,helvetica><FONT COLOR="#0000a0" SIZE=2 FAMILY="SCRIPT" FACE="Comic Sans MS" LANG="0">I have all the PIL stuff in my Python22 folder, and I'm having some problems, you'll see:<BR>
<BR>
import Image<BR>
>>> im=Image.open('bobo/logo.gif')<BR>
>>> im.show()<BR>
Traceback (most recent call last):<BR>
File "<pyshell#9>", line 1, in ?<BR>
im.show()<BR>
File "D:\PYTHON22\PIL \Image.py", line 749, in show<BR>
_showxv(self, title, command)<BR>
File "D:\PYTHON22\PIL \Image.py", line 1040, in _showxv<BR>
file = self.convert(base)._dump(format=format)<BR>
File "D:\PYTHON22\PIL \Image.py", line 427, in convert<BR>
self.load()<BR>
File "D:\PYTHON22\PIL \ImageFile.py", line 126, in load<BR>
self.load_prepare()<BR>
File "D:\PYTHON22\PIL \ImageFile.py", line 180, in load_prepare<BR>
self.im = Image.core.new(self.mode, self.size)<BR>
File "D:\PYTHON22\PIL \Image.py", line 37, in __getattr__<BR>
raise ImportError, "The _imaging C module is not installed"<BR>
ImportError: The _imaging C module is not installed<BR>
>>> <BR>
<BR>
<BR>
please send help<BR>
</FONT></HTML>
--part1_3d.214610f5.2a672ecf_boundary--