Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with example script (missing attributes in module cCOSMO) #37

Open
gullbrekken opened this issue Feb 23, 2025 · 0 comments
Open

Comments

@gullbrekken
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant