6 Nov
2011
6 Nov
'11
1:50 p.m.
I was wrong about the reading: it fails in read.
The value _mem.tone is 0x74 and gets IndexError as I determined with this change:
try: mem.tmode = TMODES[_mem.tmode] except: print "TMODES failed tmode is %s" % (_mem.tmode)
This is not an error during the read, it's an error while parsing the image. You should still be able to save the .img file, so please file a bug and attach the image so I can take a look and try to figure out what's going on.
--
Dan Smith
www.danplanet.com
KK7DS