[Bug 511882] Re: Imported images are not rotated based on exif meta data
Alessio Treglia
quadrispro at ubuntu.com
Fri Jan 29 08:45:08 UTC 2010
On Fri, Jan 29, 2010 at 9:12 AM, Daniel Ellis <mail at danellis.co.uk> wrote:
> If this patch is to be included in the Ubuntu repository, it will need
> updating to **require** the package python_pyexiv2. If anyone knows how
> to make python continue if a certain import statement fails, then we
> could make videoporama just recommend python_pyexiv2 instead of
> requiring it.
>
Of course you can wrap your import statements with try&except:
try:
import pyexiv2
except ImportError:
pass # alternatively you can also print a warning
BTW, thank you for sending patch to upstream!
--
Alessio Treglia <quadrispro at ubuntu.com>
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
--
Imported images are not rotated based on exif meta data
https://bugs.launchpad.net/bugs/511882
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list