-
Notifications
You must be signed in to change notification settings - Fork 19
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
cannot import from org.openlca.app #10
Comments
Everything under the Thus, a script that uses the |
Thanks for the instructions. I added the org folder and imported from org.openlca.app.db import Cache When I now call a = Cache.getMatrixCache() the method returns nothing, print(Cache) returns <type 'org.openlca.app.db.Cache'> Any ideas where the error might be? |
The Cache just holds the matrix and entity cache of the application to faster load things in the user interface. It has a static method to initialize it: |
I am trying to import from
org.openlca.app
to be able to build product system but get the error messageApparently I don't have the module but where do I get it?
Importing from
org.openlca.core
is no problem.The text was updated successfully, but these errors were encountered: