[Zope] Help: Photo Jpeg Support Problems

2001-01-23 Thread J. Atwood

I have been playing around with Drew's photo product and it works 
great with GIFs but when I try to upload a JPEG into it I get the 
following

Error Type: IOError
Error Value: decoder jpeg not available

Traceback (innermost last):
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 222, in 
publish_module
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in publish
   File /usr/local/zope/lib/python/Zope/__init__.py, line 221, in 
zpublisher_exception_hook
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 171, in publish
   File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply
 (Object: manage_addPhoto)
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in 
call_object
 (Object: manage_addPhoto)
   File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 132, 
in manage_addPhoto
 (Object: Traversable)
   File /usr/local/zope/lib/python/OFS/Image.py, line 276, in manage_upload
 (Object: BZ_li_13.jpg)
   File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 290, 
in update_data
 (Object: BZ_li_13.jpg)
   File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 319, 
in _generateDisplays
 (Object: BZ_li_13.jpg)
   File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 329, 
in _generateDisplay
 (Object: BZ_li_13.jpg)
   File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 370, in resize
 (Object: BZ_li_13.jpg)
   File /usr/local/zope/lib/python1.5/PIL/Image.py, line 634, in resize
   File /usr/local/zope/lib/python1.5/PIL/ImageFile.py, line 133, in load
   File /usr/local/zope/lib/python1.5/PIL/Image.py, line 237, in _getdecoder
IOError: (see above)

I have tried and tried again to recompile jpeg, include the path.. 
whatever! I am using Zope 2.2.4 , on RH 6.2

Thanks,
J

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Help: Photo Jpeg Support Problems

2001-01-23 Thread J. Atwood

The PIL module is insalled (this I know) I just think I need to do a 
little more work with the JPEG support. It says it should be part of 
the installation but never was.. so I downloaded it and included it 
in the configure path. Probably just missed something.

J

At 9:12 PM -0500 1/23/01, Ausum wrote:
It doesn't happen to me. I'm running Zope 2.2.5 at Win98. Python 1.5.2
and PIL module are installed at the "Python" directory that the Python's
binary distribution uses as default.

Maybe I'm wrong but it looks like you didn't install the PIL module.


Ausum


"J. Atwood" wrote:

  I have been playing around with Drew's photo product and it works
  great with GIFs but when I try to upload a JPEG into it I get the
  following

  Error Type: IOError
  Error Value: decoder jpeg not available

  Traceback (innermost last):
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 222, in
  publish_module
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 
187, in publish
 File /usr/local/zope/lib/python/Zope/__init__.py, line 221, in
  zpublisher_exception_hook
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 
171, in publish
 File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply
   (Object: manage_addPhoto)
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in
  call_object
   (Object: manage_addPhoto)
 File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 132,
  in manage_addPhoto
   (Object: Traversable)
 File /usr/local/zope/lib/python/OFS/Image.py, line 276, in manage_upload
   (Object: BZ_li_13.jpg)
 File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 290,
  in update_data
   (Object: BZ_li_13.jpg)
 File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 319,
  in _generateDisplays
   (Object: BZ_li_13.jpg)
 File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 329,
  in _generateDisplay
   (Object: BZ_li_13.jpg)
 File /usr/local/zope/lib/python/Products/Photo/Photo.py, line 
370, in resize
   (Object: BZ_li_13.jpg)
 File /usr/local/zope/lib/python1.5/PIL/Image.py, line 634, in resize
 File /usr/local/zope/lib/python1.5/PIL/ImageFile.py, line 133, in load
 File /usr/local/zope/lib/python1.5/PIL/Image.py, line 237, in _getdecoder
  IOError: (see above)

  I have tried and tried again to recompile jpeg, include the path..
  whatever! I am using Zope 2.2.4 , on RH 6.2

  Thanks,
  J

  ___
  Zope maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope
  **   No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope-dev )

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )