Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
project = ScratchProjectFile('ciao.sb')
... long error, related to length of InfoSize Dictionary...
raise ArrayError("expected %d, found %d" % (count, c), ex)
ArrayError: ('expected 34, found 16', ArrayError('expected 256, found 8', FieldError(FieldError('expected 2, found 1',),)))
Seems to be Windows-specific.