On Tue, 2011-03-29 at 11:30 -0700, Paul McNett wrote:
> File "/home/pmcnett/dabo-full/trunk/dabo/ui/uiwx/dImage.py", line
> 310, in _setPicture
> exif = pil_img._getexif()
> File "/usr/lib/python2.6/dist-packages/PIL/Image.py", line 512, in
> __getattr__
> raise AttributeError(name)
> AttributeError: _getexif
Hmm Generally functions starting with an underscore are consider private
in python. Also the following comment is at the top of _getexif() on my
machine. (debian's python-imaging 1.1.6-3)
def _getexif(self):
# Extract EXIF information. This method is highly experimental,
# and is likely to be replaced with something better in a future
# version.
Ubuntu maverick has python-imaging 1.1.7-2, so this may have changed.
TTFN
--
Roger Gammans <[email protected]>
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/1301425216.19432.5.camel@localhost