[Image-SIG] ActiveState Python PIL on Win32 needs "jpeg62.dll"

Fredrik Lundh fredrik@pythonware.com
Sat, 24 Mar 2001 12:16:31 +0100


gary wrote:
> Firing up FileMon to see what it is, it seems that it's looking along
> sys.path for a file called "jpeg62.dll" which I don't have anywhere on my
> system.  Is this because (a) I should have jpeg62.dll?  Where should I get
> it?  (b) _imaging.pyd is looking for it mistakenly?  How can I fix it?  or
> (c) I'm an idiot, and just have to adjust some config file somewhere?

(d) your PIL vendor needs to be spanked ;-)

see:
http://www.pythonware.com/products/pil/faq.htm

official builds are available from:
http://www.pythonware.com/products/pil/index.htm

Cheers /F