Imported extension cannot be found in python script #215
Unanswered
noonchen-ni
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I imported an extension.zip in GUI and the log shows the extension is installed in

cache dir:However, in python script the path above is not one of the default paths:

Is it an expected behavior? As a user, when an extension is imported, I expect the extension to be "install" to its search paths.
Currently I have to explicitly specify the path to get it loaded, it works but not very convenient.
Beta Was this translation helpful? Give feedback.
All reactions