Hi--<br><br>Follow-up to yesterday&#39;s question.  Also, thanks to Fredrik Lundh for off-list assistance.  At one point, I was momentarily speechless when I turned from an email back to the documentation I was reading and noticed that both were authored by the same, Mr. Lundh.  :-)<br>
<br>From yesterday, I progressed to attempting to create an image object from within the Python interpreter using the call ImageTk.PhotoImage(file=&quot;filename.jpg&quot;).  This call threw an exception: &quot;IOError: decoder jpeg not available&quot; at line 375 in _getdecoder; specifically, &quot;raise IOError(&quot;decoder %s not available&quot; % decoder_name)&quot; in file &quot;/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PIL/Image.py&quot;.<br>
<br>Mr Lundh offered this advice:<br><div style="margin-left: 40px;">This usually indicates that you&#39;ve ended up with multiple _imaging.so<br>
binaries on the machine, and that the test and your script picks up<br>
different ones.<br>
<br>
Try adding<br>
<br>
    print Image.core.__file__<br>
<br>
to your script and make sure that the output is what you expect.<br></div><br>At this point, my working hypothesis is that I did not install libjpeg correctly.  I&#39;m working on OS X Tiger.  What I did was download &quot;jpegsrc.v8a.tar.gz&quot;; double-click in my download window in Firefox to untar; move the untarred &quot;jpeg-8&quot; folder to /Application; open Terminal and cd&#39;ed to /Applications/jpeg-8; finally, I ran &quot;./configure&quot;, &quot;make&quot;, and &quot;make install&quot;.  <br>
<br>It could be--and I don&#39;t know--that this install procedure did not correctly add libjpeg to my Python 2.6 installation or that I need to rebuild site-packages/PIL/_imaging.so in order to link-in libjpeg.  Any direction would be appreciated.<br>
<br>Thanks.<br><br>Mark T.<br><br>-- <br>________________<br><a href="http://barackobama.com">barackobama.com</a><br>