[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>
&gt;&gt;&gt; im=Image.open('bobo/logo.gif')<BR>
&gt;&gt;&gt; im.show()<BR>
Traceback (most recent call last):<BR>
&nbsp; File "&lt;pyshell#9&gt;", line 1, in ?<BR>
&nbsp;&nbsp;&nbsp; im.show()<BR>
&nbsp; File "D:\PYTHON22\PIL \Image.py", line 749, in show<BR>
&nbsp;&nbsp;&nbsp; _showxv(self, title, command)<BR>
&nbsp; File "D:\PYTHON22\PIL \Image.py", line 1040, in _showxv<BR>
&nbsp;&nbsp;&nbsp; file = self.convert(base)._dump(format=format)<BR>
&nbsp; File "D:\PYTHON22\PIL \Image.py", line 427, in convert<BR>
&nbsp;&nbsp;&nbsp; self.load()<BR>
&nbsp; File "D:\PYTHON22\PIL \ImageFile.py", line 126, in load<BR>
&nbsp;&nbsp;&nbsp; self.load_prepare()<BR>
&nbsp; File "D:\PYTHON22\PIL \ImageFile.py", line 180, in load_prepare<BR>
&nbsp;&nbsp;&nbsp; self.im = Image.core.new(self.mode, self.size)<BR>
&nbsp; File "D:\PYTHON22\PIL \Image.py", line 37, in __getattr__<BR>
&nbsp;&nbsp;&nbsp; raise ImportError, "The _imaging C module is not installed"<BR>
ImportError: The _imaging C module is not installed<BR>
&gt;&gt;&gt; <BR>
<BR>
<BR>
please send help<BR>
</FONT></HTML>
--part1_3d.214610f5.2a672ecf_boundary--