Closed keflavich closed 7 years ago
This file has an xmp packet:
The first few lines of the file:
<89>PNG^M ^Z ^@^@^@^MIHDR^@^@^Q¨^@^@^Q¤^H^B^@^@^@":~é^@^@^P[iTXtXML:com.adobe.xmp^@^@^@^@^@<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:avm="http://www.communicatingastronomy.org/avm/1.0/"
I'm reading this in py3. I am not sure what's going on, but there is clearly some issue with the reader.
It's a py3 problem; I have the solution in https://github.com/astrofrog/pyavm/pull/31, which is just to compare the string to a bytestring
Should be fixed in PyAVM v0.9.3
This file has an xmp packet:
The first few lines of the file:
I'm reading this in py3. I am not sure what's going on, but there is clearly some issue with the reader.