I try to run easy_COSMOSAC.py by python easy_COSMOSAC.py but get some errors:
module 'cCOSMO' has no attribute 'DelawareProfileDatabase'
module 'cCOSMO' has no attribute 'DelawareProfileDatabase'
module 'cCOSMO' has no attribute 'DelawareProfileDatabase'
module 'cCOSMO' has no attribute 'VirginiaTechProfileDatabase'
I also try to run the line COSMO = cCOSMO.COSMO1(names, db) just for testing and get the same error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'cCOSMO' has no attribute 'COSMO1'
I try to run easy_COSMOSAC.py by
python easy_COSMOSAC.pybut get some errors:I also try to run the line
COSMO = cCOSMO.COSMO1(names, db)just for testing and get the same error: