From: Supun N. <sup...@gm...> - 2016-01-15 19:55:33
|
Hi all, I am experimenting with cclib 1.3.1 version and when I try to get a dump of the data object in json format I get the following error I get the following error. >>> data.writejson() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'ccData_optdone_bool' object has no attribute 'writejson' Any idea on what is going wrong here? Thank you |