Closed GoogleCodeExporter closed 9 years ago
You're making a call to libxmp.consts.XMP_NS_DC, but libxmp isn't defined,
because you never imported it. Since you did a 'from libxmp import *', though,
consts is in the scope, so make that just consts.XMP_NS_DC and you're good.
Original comment by xiong.ch...@gmail.com
on 12 Sep 2010 at 3:31
Hi,
I'm closing the issue. As xiong.chiamiov pointed out, just replace
libxmp.consts.XMP_NS_DC with consts.XMP_NS_DC.
Cheers,
Lars
Original comment by lniel...@spacetelescope.org
on 13 Sep 2010 at 6:49
Original issue reported on code.google.com by
Meketr...@gmail.com
on 6 Sep 2010 at 5:52