[Zope] Trouble with PIL and Zope 2.8

2006-08-18 Thread Dan Gaibel

Hello group,

I am having problems with my PIL installation and I wonder if anyone  
has any ideas..


After what looked like a successful install of PIL 1.1.5 I am getting  
errors like encoder jpeg not available even though it looked like  
jpeg support compiled just fine in setup. Perhaps there is a special  
way to install PIL for use in Zope? Any advice is much appreciated.


What I'm working with:

Fedora Core 4
Python 2.3.5
Zope 2.8.6
PIL 1.1.5

Thanks!

Dan
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Trouble with PIL and Zope 2.8

2006-08-18 Thread Dennis Allison

Be sure that PIL is installed into the python you are using to run Zope.


On Fri, 18 Aug 2006, Dan Gaibel wrote:

 Hello group,
 
 I am having problems with my PIL installation and I wonder if anyone  
 has any ideas..
 
 After what looked like a successful install of PIL 1.1.5 I am getting  
 errors like encoder jpeg not available even though it looked like  
 jpeg support compiled just fine in setup. Perhaps there is a special  
 way to install PIL for use in Zope? Any advice is much appreciated.
 
 What I'm working with:
 
 Fedora Core 4
 Python 2.3.5
 Zope 2.8.6
 PIL 1.1.5
 
 Thanks!
 
 Dan
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )
 

-- 

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


Re: [Zope] Trouble with PIL and Zope 2.8

2006-08-18 Thread Andreas Jung



--On 18. August 2006 11:45:19 -0400 Dan Gaibel [EMAIL PROTECTED] wrote:


it looked like  jpeg
support compiled just fine in setup.


That's a vague description. Ensure you have libjpeg *including* all header 
files available. Ensure that the files are available in the common 
locations. If not adjust the setup.py script to your needs. There is some 
code that performs the necessary checks. Ensure that you compile with the 
Python binary that is used for your Zope interpreter.


-aj

pgpTnkqQEqtGN.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )