Re: [Image-SIG] PIL error with encoder

2010-08-04 Thread Fredrik Lundh
2010/8/2 Dhruv Majumdar : import _imaging; print _imaging.__file__ > /usr/local/lib/python2.7/site-packages/PIL/_imaging.so So have you verified that this is identical to the one you built and tested? (e.g. by checking the size and modification time). > Here's a dump of the complete erro

Re: [Image-SIG] PIL error with encoder

2010-08-04 Thread Dhruv Majumdar
Hi, Sorry about this , i re-downloaded PIL, and recompiled manually giving locations for libjpeg and zlib and things worked fine. Last time i was compiling, i had given the wrong location for zlib . Thank you, Dhruv On 3 August 2010 17:05, Dhruv Majumdar wrote: > Hi, > > > Im new

[Image-SIG] PIL error with encoder

2010-08-04 Thread Dhruv Majumdar
Hi, Im new to Python and have been struggling with this error during tests: IOError: encoder zip not available I have python 2.7 with zlib, jpeg and freetype installed on the server. When building PIL it shows support for all three above. However i notice at ImageFile._save(im, _idat(fp, chunk),

Re: [Image-SIG] PIL error with encoder

2010-08-02 Thread Dhruv Majumdar
Hi Fredrik, >>> import _imaging; print _imaging.__file__ /usr/local/lib/python2.7/site-packages/PIL/_imaging.so Here's a dump of the complete error in case it helps; [r...@acroplia-1 audioprocessing]# /usr/local/bin/python wav2png.py M1F1-Alaw-AFsp.wav processing file M1F1-Alaw-AFsp.wav:

Re: [Image-SIG] PIL error with encoder

2010-08-02 Thread Fredrik Lundh
2010/8/2 Dhruv Majumdar : > Im new to Python and have been struggling with this error during tests: > > IOError: encoder zip not available > > I have python 2.7 with zlib, jpeg and freetype installed on the server. When > building PIL it shows support for all three above. However i notice at > Ima

[Image-SIG] PIL error with encoder

2010-08-02 Thread Dhruv Majumdar
Hi, Im new to Python and have been struggling with this error during tests: IOError: encoder zip not available I have python 2.7 with zlib, jpeg and freetype installed on the server. When building PIL it shows support for all three above. However i notice at ImageFile._save(im, _idat(fp, chunk),