Hi,
seems I used to be able to store pickles, and now ... well I can't...
Has the API changed or have we decided to against the practice (which
generally I may agree with) but... I need those pickles in there for
archive purposes, reproducibility and necessary references to them...
I store run time data into dict objects (like storage) which are built
up throughout build process (they are not static).
Anyways, there didn't seem to be any issues a short while ago (pre-
updated DAL), but now I get these infamous exceptions;
.../dal.py", line 3431, in __getattr__
return dict.__getitem__(self,key)
KeyError: '__getstate__'
thanks,
Mart :)